Ignore:
Timestamp:
2008-10-14T20:39:21+02:00 (16 years ago)
Author:
hampelratte
Message:

fixed i18n problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/action/NewIssueAction.java

    r11222 r11227  
    9090                String nickname = Main.pref.get(ConfigKeys.OSB_NICKNAME);
    9191                if(nickname == null || nickname.length() == 0) {
    92                         nickname = JOptionPane.showInputDialog(Main.parent, Messages.translate(getClass(), "enter_nickname"));
     92                        nickname = JOptionPane.showInputDialog(Main.parent, Messages.translate(AddCommentAction.class, "enter_nickname"));
    9393                        if(nickname == null) {
    9494                                nickname = "NoName";
Note: See TracChangeset for help on using the changeset viewer.