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



commit de5019caf77fbe8374bb62ceff7df958ea741183
Author: Curtis Gedak <gedakc gmail com>
Date:   Wed Oct 14 13:05:35 2015 -0600

    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:
    
       06eeaafc8c73912a4df718c70af90f545fc3dd8c
       Updated Canadian English translation.
    
    Bug 756878 - GParted - Fix missing "old end" value in detail log of
                 en_CA translation

 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 3f16401..1d3e7f2 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -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)"


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