Fix en_CA parameter translation error
The missing percent sign would cause the parameter substitution to be incorrect.
This commit is contained in:
parent
7c5b5edaef
commit
3b76e57084
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue