Changeset 5337 in josm for trunk/patches


Ignore:
Timestamp:
2012-07-14T14:29:07+02:00 (12 years ago)
Author:
stoecker
Message:

i18n fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/patches/30gettext_i18n.patch

    r5285 r5337  
    3535-    public  OptI18n() {
    3636-        add("getopt.ambigious", tr("{0}: option ''{1}'' is ambiguous"));
    37 -        add("getopt.arguments1", tr("{0}: option ''--{1}'' doesn't allow an argument"));
    38 -        add("getopt.arguments2", tr("{0}: option ''{1}{2}'' doesn't allow an argument"));
     37-        add("getopt.arguments1", tr("{0}: option ''--{1}'' does not allow an argument"));
     38-        add("getopt.arguments2", tr("{0}: option ''{1}{2}'' does not allow an argument"));
    3939-        add("getopt.requires", tr("{0}: option ''{1}'' requires an argument"));
    4040-        add("getopt.unrecognized", tr("{0}: unrecognized option ''--{1}''"));
Note: See TracChangeset for help on using the changeset viewer.