Fix en_CA parameter translation error

The missing percent sign would cause the parameter substitution to be
incorrect.
This commit is contained in:
Curtis Gedak 2011-09-26 15:40:37 -06:00 committed by Tiffany Antopolski
parent 7c5b5edaef
commit 3b76e57084
1 changed files with 1 additions and 1 deletions

View File

@ -1110,7 +1110,7 @@ msgstr "Clear Partition Label on %1"
#. TO TRANSLATORS: looks like Set Partition Label "My Label" on /dev/hda3 #. TO TRANSLATORS: looks like Set Partition Label "My Label" on /dev/hda3
#: ../src/OperationLabelPartition.cc:63 #: ../src/OperationLabelPartition.cc:63
msgid "Set Partition Label \"%1\" on %2" 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 #: ../src/OperationResizeMove.cc:86
msgid "resize/move %1" msgid "resize/move %1"