#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 )
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)
Change History (4)
by , 6 years ago
Attachment: | en.catkeys added |
---|
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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 , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Recently generated catkeys file