summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorVinicius Coque <vinicius.coque@bluepex.com>2010-04-27 10:08:14 -0300
committerVinicius Coque <vinicius.coque@bluepex.com>2010-04-27 10:08:14 -0300
commite454bcd3619894d6126ab159f68a352604326ea0 (patch)
tree8b22289ce4c9b79a14e3a147f96a135c527fba91 /usr/local/www/system.php
parent267c28abea59e41b86e4956ae6a0a3f92365f3ba (diff)
downloadpfsense-e454bcd3619894d6126ab159f68a352604326ea0.zip
pfsense-e454bcd3619894d6126ab159f68a352604326ea0.tar.gz
Rwviewing gettext()
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 2b505ad..92e836d 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -67,7 +67,7 @@ if (!$pconfig['timezone'])
if (!$pconfig['timeservers'])
$pconfig['timeservers'] = "pool.ntp.org";
-$changedesc = "System: ";
+$changedesc = gettext("System: ");
$changecount = 0;
function is_timezone($elt) {
@@ -427,7 +427,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%">
- <input name="Submit" type="submit" class="formbtn" value="Save">
+ <input name="Submit" type="submit" class="formbtn" value="<?=gettext("Save");?>">
</td>
</tr>
</table>
OpenPOWER on IntegriCloud