Changeset 26509 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
- Timestamp:
- 2011-08-11T00:45:56+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r26228 r26509 256 256 if (!alreadyRedefined) { 257 257 int reply = JOptionPane.showConfirmDialog(null, 258 tr("Plugin cadastre-fr used traditional y for grabbingthe 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?"), 261 261 tr("Restore grab shortcut F11"), 262 262 JOptionPane.YES_NO_OPTION); … … 268 268 } 269 269 } else 270 System.out.println(" shortcut F11 already redefined; do not change");270 System.out.println("Shortcut F11 already redefined; do not change."); 271 271 272 272 refreshMenu();
Note:
See TracChangeset
for help on using the changeset viewer.
