Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#14705 closed bug (fixed)

collectcatkeys is wrongly collecting strings from src/preferences/time

Reported by: nielx Owned by: pulkomandy
Priority: normal Milestone: R1/beta2
Component: Kits/Locale Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by nielx)

This was reported though Pootle. The catkeys for src/preferences/time contains the string "The following error occured while synchronizing:r\n%s" This seems to come from Time.cpp line 106. This is odd, because it is not wrapped in a B_TRANSLATE macro. It is also an incorrect representation of the string (the first backslash from \r\n seems to have been eaten).

I have searched the tree for the string "The following error occured while synchronizing" and there is no other place with this string.

I have added the generated catkeys file in the attachments.

Attachments (1)

en.catkeys (2.0 KB ) - added by nielx 5 years ago.
Recently generated catkeys file

Download all attachments as: .zip

Change History (4)

by nielx, 5 years ago

Attachment: en.catkeys added

Recently generated catkeys file

comment:1 by nielx, 5 years ago

Description: modified (diff)

comment:2 by pulkomandy, 5 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev53441 (one commit fixes collectcatkeys to handle this, the second one removes it from Time preferences because it was not needed there).

btw, the string is indeed in a B_TRANSLATE, but you couldn't esily search for it because it has a linebreak in the middle.

comment:3 by nielx, 4 years ago

Milestone: UnscheduledR1/beta2

Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone

Note: See TracTickets for help on using tickets.