more tag and more translate

This commit is contained in:
walking
2009-10-27 11:11:51 +00:00
parent a2d90eebea
commit 2b469567bb
9 changed files with 1465 additions and 728 deletions

View File

@@ -32,7 +32,7 @@ public class ConfigTunnelsHandler extends FormHandler {
}
public void setShouldsave(String moo) {
if ( (moo != null) && (moo.equals("Save changes")) )
if ( (moo != null) && (moo.equals(_("Save changes"))) )
_shouldSave = true;
}