couple of tags

This commit is contained in:
zzz
2010-03-05 15:27:32 +00:00
parent ee9f85d53c
commit 2be1b1ece4
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ public class ConfigPeerHandler extends FormHandler {
}
addFormError(_("Invalid peer"));
} else if (_action.startsWith("Check")) {
addFormError("Unsupported");
addFormError(_("Unsupported"));
}
}