[gparted] Fix invalid substitution in de.po (!47)



commit f77fd00cb53e661c58cbcc66e0a68c4927643269
Author: Mathias L. Baumann <github supradigital org>
Date:   Mon Jul 22 09:00:44 2019 +0000

    Fix invalid substitution in de.po (!47)
    
    Fixes the error:
      (gpartedbin:995): glibmm-WARNING **: 09:11:54.522: invalid
      substitution "%2" in fmt string "%2 Operationen stehen momentan aus."
    
    Closes !47 - Fix invalid substitution in de.po

 po/de.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/po/de.po b/po/de.po
index 138504bf..5d9b696c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -2045,7 +2045,7 @@ msgstr "Möchten Sie GParted wirklich beenden?"
 msgid "%1 operation is currently pending."
 msgid_plural "%1 operations are currently pending."
 msgstr[0] "%1 Operation steht momentan aus."
-msgstr[1] "%2 Operationen stehen momentan aus."
+msgstr[1] "%1 Operationen stehen momentan aus."
 
 #: ../src/Win_GParted.cc:1562
 msgid "%1 - GParted"
@@ -2295,7 +2295,7 @@ msgstr ""
 msgid "%1 operation is currently pending for partition %2"
 msgid_plural "%1 operations are currently pending for partition %2"
 msgstr[0] "%1 Operation steht momentan aus für Partition %2"
-msgstr[1] "%2 Operationen stehen momentan aus für Partition %2"
+msgstr[1] "%1 Operationen stehen momentan aus für Partition %2"
 
 #: ../src/Win_GParted.cc:2817
 msgid "Use the Edit menu to undo, clear or apply pending operations."
@@ -2438,7 +2438,7 @@ msgstr ""
 msgid "%1 operation is currently pending"
 msgid_plural "%1 operations are currently pending"
 msgstr[0] "%1 Operation steht momentan aus"
-msgstr[1] "%2 Operationen stehen momentan aus"
+msgstr[1] "%1 Operationen stehen momentan aus"
 
 #: ../src/Win_GParted.cc:3060
 msgid ""


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