[kde-doc-english] [kxstitch] src: Fixed untranslated string

Steve Allewell steve.allewell at gmail.com
Fri Dec 18 22:57:59 UTC 2015


Git commit c1b383a739c4e8622e6516b3a1ccd0a0331b4270 by Steve Allewell.
Committed on 18/12/2015 at 22:56.
Pushed by sallewell into branch 'master'.

Fixed untranslated string

GUI: Fixed untranslated string "Cut"

M  +1    -1    src/Commands.cpp

http://commits.kde.org/kxstitch/c1b383a739c4e8622e6516b3a1ccd0a0331b4270

diff --git a/src/Commands.cpp b/src/Commands.cpp
index 99cc6ce..4773fe9 100644
--- a/src/Commands.cpp
+++ b/src/Commands.cpp
@@ -1390,7 +1390,7 @@ void UpdatePrinterConfigurationCommand::undo()
 
 
 EditCutCommand::EditCutCommand(Document *document, const QRect &selectionArea, int colorMask, const QList<Stitch::Type> &stitchMasks, bool excludeBackstitches, bool excludeKnots)
-    :   QUndoCommand("Cut"),
+    :   QUndoCommand(i18n("Cut")),
         m_document(document),
         m_selectionArea(selectionArea),
         m_colorMask(colorMask),


More information about the kde-doc-english mailing list