Opened 3 years ago
Closed 3 years ago
#4425 closed enhancement (fixed)
[PATCH] Text fixes
| Reported by: | andre68@… | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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)
Changed 3 years ago by andre68@…
comment:1 Changed 3 years ago by bastiK
comment:2 Changed 3 years ago by bastiK
- Resolution set to fixed
- Status changed from new to 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.