Changeset 15904 in osm for applications


Ignore:
Timestamp:
2009-06-14T11:31:46+02:00 (15 years ago)
Author:
stoecker
Message:

added tr

File:
1 edited

Legend:

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

    r15855 r15904  
    203203        if (!alreadyRedefined) {
    204204            int reply = JOptionPane.showConfirmDialog(null,
    205                     "Plugin cadastre-fr used traditionaly for grabbing the key shortcut F11\n"+
     205                    tr("Plugin cadastre-fr used traditionaly for grabbing the key shortcut F11\n"+
    206206                    "which is currently allocated for full-screen switch by default\n"+
    207                     "Would you like to restore F11 for grab action ?",
    208                     "Restore grab shortcut F11",
     207                    "Would you like to restore F11 for grab action ?"),
     208                    tr("Restore grab shortcut F11"),
    209209                    JOptionPane.YES_NO_OPTION);
    210210            if (reply == JOptionPane.OK_OPTION) {
Note: See TracChangeset for help on using the changeset viewer.