Opened 15 years ago
Closed 15 years ago
#4425 closed enhancement (fixed)
[PATCH] Text fixes
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Checking the first 250 messages out of 4506 in Lauchpad I again found some wrong texts and created a patch for it.
Furthermore I believe that translations via a method call do not work properly since the extraction method for Launchpad for translatable texts does not find them. E.g. src/org/openstreetmap/josm/actions/OrthogonalizeAction.java has a call like this: tr(ex.getMessage()) During runtime this would do but the translated texts were not created so tr() cannot find them und thus all these texts remain untranslated.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | josm-text-fixes.diff added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Look at the html code of
google.com
, they don't have a</html>
-tag either. But shouldn't hurt much to write it in this case.