After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660180 - GParted parameter missing percent sign in en_CA translation
GParted parameter missing percent sign in en_CA translation
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Canadian English [en_CA]
git master
Other Linux
: Normal minor
: ---
Assigned To: Adam Weinberger
Adam Weinberger
Depends on:
Blocks:
 
 
Reported: 2011-09-26 21:57 UTC by Curtis Gedak
Modified: 2012-01-12 01:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix GParted en_CA translation error (851 bytes, patch)
2011-09-26 21:57 UTC, Curtis Gedak
committed Details | Review

Description Curtis Gedak 2011-09-26 21:57:43 UTC
Created attachment 197521 [details] [review]
Fix GParted en_CA translation error

The Canadian English translation file is missing a percent sign in the translation file.  This causes incorrect parameter substitution.

For example when setting a partition label to "my-new-label", the existing translation file will display the following in the View --> Operations window:

   Set Partition Label "1" on /dev/sda1

What should be displayed is as follows:

   Set Partition Label "my-new-label" on /dev/sda1

Attached is a patch that should address this problem.
Comment 1 Tiffany Antopolski 2012-01-12 01:37:25 UTC
Review of attachment 197521 [details] [review]:

Pushed to master.  Thank-you for the bug report and patch!