Modify

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)

josm-text-fixes.diff (3.9 KB) - added by andre68@… 3 years ago.

Download all attachments as: .zip

Change History (3)

Changed 3 years ago by andre68@…

comment:1 Changed 3 years ago by bastiK

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.

comment:2 Changed 3 years ago by bastiK

  • Resolution set to fixed
  • Status changed from new to closed

(In [2888]) applied #4425 - Text fixes (patch by andre68)

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.