Changeset 2254 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2009-10-07T17:12:46+02:00 (15 years ago)
Author:
stoecker
Message:

i18n update

Location:
trunk/src/org/openstreetmap/josm
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DownloadReferrersAction.java

    r2253 r2254  
    3636    public DownloadReferrersAction() {
    3737        super(tr("Download parent ways/relations..."), "downloadreferrers", tr("Download primitives referring to one of the selected primitives"),
    38                 Shortcut.registerShortcut("file:downloadreferrers", tr("File: {0}", tr("Download parent ways/relations ...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT2+Shortcut.GROUP_HOTKEY), true);
     38                Shortcut.registerShortcut("file:downloadreferrers", tr("File: {0}", tr("Download parent ways/relations...")), KeyEvent.VK_D, Shortcut.GROUPS_ALT2+Shortcut.GROUP_HOTKEY), true);
    3939    }
    4040
  • trunk/src/org/openstreetmap/josm/actions/UpdateDataAction.java

    r2253 r2254  
    1919        super(tr("Update data"),
    2020                "updatedata",
    21                 tr("Updates the objects in the current data layer from the server "),
     21                tr("Updates the objects in the current data layer from the server."),
    2222                Shortcut.registerShortcut("file:updatedata",
    23                         tr("Update Data"),
     23                        tr("Update data"),
    2424                        KeyEvent.VK_U,
    2525                        Shortcut.GROUP_HOTKEY),
  • trunk/src/org/openstreetmap/josm/gui/history/VersionInfoPanel.java

    r2250 r2254  
    7171            return "";
    7272        String text = tr(
    73                 "<html>Version <strong>{0}</strong> created on <strong>{1}</strong>",
     73                "<html>Version <strong>{0}</strong> created on <strong>{1}</strong></html>",
    7474                Long.toString(primitive.getVersion()),
    7575                new SimpleDateFormat().format(primitive.getTimestamp())
Note: See TracChangeset for help on using the changeset viewer.