Merge lp:~malizor/activity-log-manager/fix-967150 into lp:~activity-log-manager/activity-log-manager/vala
Proposed by Nicolas Delvaux
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Merged at revision: | 126 | ||||
| Proposed branch: | lp:~malizor/activity-log-manager/fix-967150 | ||||
| Merge into: | lp:~activity-log-manager/activity-log-manager/vala | ||||
| Diff against target: | 11 lines (+1/-1) 1 file modified src/history-widget.vala (+1/-1) | ||||
| To merge this branch: | bzr merge lp:~malizor/activity-log-manager/fix-967150 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Didier Roche-Tolomelli | Approve | ||
| Review via email: | |||
Description of the change
The "Forget activities" string was separated from its colon.
Because of a Rosetta bug, this led to bad translations (eg. in French, impossible to add a space between the string and the colon).
This patch has zero regression potential, but it creates a new string.
So this means translations have to be updated accordingly, which is the point of the related bug anyway (to be able to translate this string properly).
To post a comment you must log in.

Looking good, Thanks Nicolas :)
Better to merge now so that on next release, people will have time to translate it.