Fix missing "old end" value in detail log of en_CA translation (#756878)

The Canadian English translation po file incorrectly changed the
following string with a parameter from %1 to %2:

   msgid "old end: %1"
   msgstr "old end: %2"

The error resulted in a missing "old end:" numerical value in the
gparted details log.

This error was introduced back in 2011-09-06 with the following
commit:

   06eeaafc8c
   Updated Canadian English translation.

Bug 756878 - GParted - Fix missing "old end" value in detail log of
             en_CA translation
This commit is contained in:
Curtis Gedak 2015-10-14 13:05:35 -06:00
parent 2c4df87a2c
commit de5019caf7

View file

@ -853,7 +853,7 @@ msgstr "old start: %1"
#: ../src/GParted_Core.cc:2067
msgid "old end: %1"
msgstr "old end: %2"
msgstr "old end: %1"
#: ../src/GParted_Core.cc:2068
msgid "old size: %1 (%2)"