[gparted] Fix en_CA parameter translation error



commit 3b76e5708418aff66f643d4c19121d1d7446664a
Author: Curtis Gedak <gedakc gmail com>
Date:   Mon Sep 26 15:40:37 2011 -0600

    Fix en_CA parameter translation error
    
    The missing percent sign would cause the parameter substitution to be
    incorrect.

 po/en_CA.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/po/en_CA.po b/po/en_CA.po
index 3f76cb5..0c36e01 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -1110,7 +1110,7 @@ msgstr "Clear Partition Label on %1"
 #. TO TRANSLATORS: looks like   Set Partition Label "My Label" on /dev/hda3
 #: ../src/OperationLabelPartition.cc:63
 msgid "Set Partition Label \"%1\" on %2"
-msgstr "Set Partition Label \"1\" on %2"
+msgstr "Set Partition Label \"%1\" on %2"
 
 #: ../src/OperationResizeMove.cc:86
 msgid "resize/move %1"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]