Ignore:
Timestamp:
2011-08-11T00:45:56+02:00 (15 years ago)
Author:
stoecker
Message:

i18n fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r26228 r26509  
    256256        if (!alreadyRedefined) {
    257257            int reply = JOptionPane.showConfirmDialog(null,
    258                     tr("Plugin cadastre-fr used traditionaly for grabbing the key shortcut F11\n"+
    259                     "which is currently allocated for full-screen switch by default\n"+
    260                     "Would you like to restore F11 for grab action ?"),
     258                    tr("Plugin cadastre-fr used traditionally the key shortcut F11 for grabbing,\n"+
     259                    "which is currently allocated for full-screen switch by default.\n"+
     260                    "Would you like to restore F11 for grab action?"),
    261261                    tr("Restore grab shortcut F11"),
    262262                    JOptionPane.YES_NO_OPTION);
     
    268268            }
    269269        } else
    270             System.out.println("shortcut F11 already redefined; do not change");
     270            System.out.println("Shortcut F11 already redefined; do not change.");
    271271
    272272        refreshMenu();
Note: See TracChangeset for help on using the changeset viewer.