[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kformula/flake
From:       Laurent Montel <montel () kde ! org>
Date:       2009-08-11 7:14:17
Message-ID: 1249974857.151904.32358.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1009897 by mlaurent:

Add missing i18n


 M  +3 -3      FormulaEditor.cpp  


--- trunk/koffice/kformula/flake/FormulaEditor.cpp #1009896:1009897
@@ -84,7 +84,7 @@
         }
     }
     if (undo) {
-        undo->setText("Add text");
+        undo->setText(i18n("Add text"));
     }
     return undo;
 }
@@ -161,7 +161,7 @@
         //TODO: implement the insertion of glyphs
     }
     if (undo) {
-        undo->setText("Insert Element");
+        undo->setText(i18n("Insert Element"));
     }
     return undo;
 }
@@ -198,7 +198,7 @@
         }
     }
     if (undo) {
-        undo->setText("Remove stuff");
+        undo->setText(18n("Remove stuff"));
     }
     return undo;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic