Ticket #13689: patch13689_SelectionListDialog

File patch13689_SelectionListDialog, 1.1 KB (added by Hb---, 5 years ago)

Patch with new strings

Line 
1--- C:/Users/hb/Desktop/SelectionListDialog.java Mon Feb 11 23:47:24 2019
2+++ C:/Users/hb/Desktop/patch13689_SelectionListDialog.java Mon Feb 11 23:51:15 2019
3@@ -384,7 +384,7 @@
4
5 ZoomToJOSMSelectionAction() {
6 putValue(NAME, tr("Zoom to selection"));
7- putValue(SHORT_DESCRIPTION, tr("Zoom to selection"));
8+ putValue(SHORT_DESCRIPTION, tr("Zoom to current selection"));
9 new ImageProvider("dialogs/autoscale", "selection").getResource().attachImageIcon(this, true);
10 updateEnabledState();
11 }
12@@ -424,8 +424,8 @@
13 * Constructs a new {@code ZoomToListSelection}.
14 */
15 ZoomToListSelection() {
16- putValue(NAME, tr("Zoom to selected element(s)"));
17- putValue(SHORT_DESCRIPTION, tr("Zoom to selected element(s)"));
18+ putValue(NAME, tr("Zoom to element(s) chosen"));
19+ putValue(SHORT_DESCRIPTION, tr("Zoom to those element(s) which are chosen on this list"));
20 new ImageProvider("dialogs/autoscale", "selection").getResource().attachImageIcon(this, true);
21 updateEnabledState();
22 }