diff options
author | Renato Botelho <renato@netgate.com> | 2016-01-15 15:13:42 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-01-15 15:13:42 -0200 |
commit | 5fbed26afdf35fc0ff18fe4b6889035ed4701a2c (patch) | |
tree | 33011513f48652946ace5e7b57548d3a76db7f85 | |
parent | 29e6a815c9b9a3b81f7628873e08bd8d8c499bee (diff) | |
parent | 52e416cc4217a8ad7d88e3345e5854bb6a3791e4 (diff) | |
download | pfsense-5fbed26afdf35fc0ff18fe4b6889035ed4701a2c.zip pfsense-5fbed26afdf35fc0ff18fe4b6889035ed4701a2c.tar.gz |
Merge pull request #2443 from phil-davis/patch-2
-rw-r--r-- | src/usr/local/www/diag_backup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_backup.php b/src/usr/local/www/diag_backup.php index 074ae28..cc48bc7 100644 --- a/src/usr/local/www/diag_backup.php +++ b/src/usr/local/www/diag_backup.php @@ -673,7 +673,7 @@ $section = new Form_Section('Restore backup'); $section->addInput(new Form_StaticText( null, - gettext("Open a ") . $g['[product_name'] . gettext(" configuration XML file and click the button below to restore the configuration.") + sprintf(gettext("Open a %s configuration XML file and click the button below to restore the configuration."), $g['product_name']) )); $section->addInput(new Form_Select( |