diff options
author | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-04-27 10:08:14 -0300 |
---|---|---|
committer | Vinicius Coque <vinicius.coque@bluepex.com> | 2010-04-27 10:08:14 -0300 |
commit | e454bcd3619894d6126ab159f68a352604326ea0 (patch) | |
tree | 8b22289ce4c9b79a14e3a147f96a135c527fba91 /usr/local | |
parent | 267c28abea59e41b86e4956ae6a0a3f92365f3ba (diff) | |
download | pfsense-e454bcd3619894d6126ab159f68a352604326ea0.zip pfsense-e454bcd3619894d6126ab159f68a352604326ea0.tar.gz |
Rwviewing gettext()
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system.php | 4 |
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"> </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> |