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

List:       kde-i18n-doc
Subject:    branches/koffice/2.0/koffice/plugins/artistictextshape
From:       Pino Toscano <pino () kde ! org>
Date:       2009-04-08 21:48:07
Message-ID: 1239227287.639316.23199.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 951309 by pino:

mark and extract two i18n strings
CCMAIL: kde-i18n-doc@kde.org


 M  +3 -3      ArtisticTextTool.h  
 M  +1 -1      Messages.sh  


--- branches/koffice/2.0/koffice/plugins/artistictextshape/ArtisticTextTool.h #951308:951309
@@ -24,7 +24,7 @@
 #include "ArtisticTextShape.h"
 
 #include <KoTool.h>
-
+#include <KLocale>
 #include <QTimer>
 #include <QUndoCommand>
 
@@ -80,7 +80,7 @@
         : m_tool( tool ), m_text( text ), m_from( from )
     {
         m_shape = tool->m_currentShape;
-        setText( "Add text range" );
+        setText( i18n("Add text range") );
     }
     virtual void undo()
     {
@@ -125,7 +125,7 @@
         : m_tool( tool ), m_from( from ), m_nr( nr )
     {
         m_shape = tool->m_currentShape;
-        setText( "Remove text range" );
+        setText( i18n("Remove text range") );
     }
     virtual void undo()
     {
--- branches/koffice/2.0/koffice/plugins/artistictextshape/Messages.sh #951308:951309
@@ -1,2 +1,2 @@
 #! /bin/sh
-$XGETTEXT *.cpp -o $podir/ArtisticTextShape.pot
+$XGETTEXT *.cpp *.h -o $podir/ArtisticTextShape.pot
[prev in list] [next in list] [prev in thread] [next in thread] 

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