From 3b76e5708418aff66f643d4c19121d1d7446664a Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 26 Sep 2011 15:40:37 -0600 Subject: [PATCH] Fix en_CA parameter translation error The missing percent sign would cause the parameter substitution to be incorrect. --- po/en_CA.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/en_CA.po b/po/en_CA.po index 3f76cb52..0c36e017 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"