Bad string concatenation for l10n
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Translations |
Triaged
|
Low
|
Unassigned | ||
ubuntuone-client-gnome |
Confirmed
|
Medium
|
Ubuntu One Client Engineering team | ||
ubuntuone-client-gnome (Ubuntu) |
Confirmed
|
Medium
|
Ubuntu One Client Engineering team |
Bug Description
Binary package hint: ubuntuone-client
While translating ubuntuone-client for Mavercik, I found a strange string:
Published at
Looking at the code, looks like that string is constructed appending different strings together. This is the part of the code:
question = g_string_append (question, "\t- ");
question = g_string_append (question, key);
question = g_string_append (question, _(" (Published at "));
question = g_string_append (question, value);
question = g_string_append (question, ")\n");
I'm not a Glib expert, but isn't it possible to use g_string_
Also, if possible, I would rather remove "padding" white spaces from a translatable string: by mistake somebody could take them out from the translation.
Thanks.
Changed in ubuntu-translations: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in ubuntuone-client: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
Changed in ubuntuone-client (Ubuntu): | |
assignee: | nobody → Ubuntu One Desktop+ team (ubuntuone-desktop+) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: desktop+ l10n nautilus |
affects: | ubuntuone-client (Ubuntu) → ubuntuone-client-gnome (Ubuntu) |
affects: | ubuntuone-client → ubuntuone-client-gnome |