Changeset 15904 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2009-06-14T11:31:46+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r15855 r15904 203 203 if (!alreadyRedefined) { 204 204 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"+ 206 206 "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"), 209 209 JOptionPane.YES_NO_OPTION); 210 210 if (reply == JOptionPane.OK_OPTION) {
Note:
See TracChangeset
for help on using the changeset viewer.