Ignore:
Timestamp:
2008-10-07T20:31:07+02:00 (16 years ago)
Author:
mfloryan
Message:

Fixed some messages that were not translatable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java

    r914 r1032  
    104104                                        StringBuilder sb = new StringBuilder();
    105105                                        if (revUrl == null) {
    106                                                 sb.append("Development version. Unknown revision.");
     106                                                sb.append(tr("Development version. Unknown revision."));
    107107                                                File f = new File("org/openstreetmap/josm/Main.class");
    108108                                                if (!f.exists())
     
    132132                                                        public void lostOwnership(Clipboard clipboard, Transferable contents) {}
    133133                                                });
    134                                                 p.add(new JLabel(tr("The text has already been copied to your clipboard.")), GBC.eop());
     134                                                p.add(new JLabel(tr("(The text has already been copied to your clipboard.)")), GBC.eop());
    135135                                        }
    136136                                        catch (RuntimeException x) {}
Note: See TracChangeset for help on using the changeset viewer.