GNOME Bugzilla – Bug 660180
GParted parameter missing percent sign in en_CA translation
Last modified: 2012-01-12 01:37:36 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.
Review of attachment 197521 [details] [review]: Pushed to master. Thank-you for the bug report and patch!