Ignore:
Timestamp:
2011-07-16T21:10:43+02:00 (14 years ago)
Author:
stoecker
Message:

see #josm6227 - fix wrong quote escaping in strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorComponent.java

    r13497 r26345  
    105105    public void addButton(ButtonDescription description) {
    106106        if(description.getHotkey() != "" &&  hotKeys.contains(description.getHotkey())) {
    107             JOptionPane.showMessageDialog(Main.parent, tr("Duplicate hotkey for button '{0}' - button will be ignored!",description.getLabel()));
     107            JOptionPane.showMessageDialog(Main.parent, tr("Duplicate hotkey for button ''{0}'' - button will be ignored!",description.getLabel()));
    108108        } else {
    109109            if(rows == 0 && columns == 0) {
Note: See TracChangeset for help on using the changeset viewer.