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

List:       kde-commits
Subject:    KDE/kdeutils/okteta/kasten/controllers/view/stringsextract
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2009-10-17 13:36:37
Message-ID: 1255786597.884380.10310.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1036604 by kossebau:

changed: renamed Update to Extract, also changed button icon to document-export

 M  +6 -5      stringsextractview.cpp  


--- trunk/KDE/kdeutils/okteta/kasten/controllers/view/stringsextract/stringsextractview.cpp \
#1036603:1036604 @@ -1,7 +1,7 @@
 /*
     This file is part of the Okteta Kasten module, part of the KDE project.
 
-    Copyright 2007-2008 Friedrich W. H. Kossebau <kossebau@kde.org>
+    Copyright 2007-2009 Friedrich W. H. Kossebau <kossebau@kde.org>
 
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
@@ -68,11 +68,12 @@
     label->setBuddy( mMinLengthSpinBox );
     updateLayout->addWidget( mMinLengthSpinBox );
 
-    const KGuiItem updateGuiItem( i18nc("@action:button update the list of strings \
                extracted","&Update"), "view-refresh",
-                      i18nc("@info:tooltip","Update the list of strings contained in \
the selected range."), +    const KGuiItem updateGuiItem( i18nc("@action:button \
extract the strings from the byte array","&Extract"), "document-export", +            \
i18nc("@info:tooltip","Finds the strings contained in the selected range and lists \
them in the view below."),  i18nc("@info:whatsthis",
-                            "If you press the <interface>Update</interface> button, \
                the list will be updated "
-                            "to all strings which are contained in the selected \
range and have the set minimum length.") ); +                            "If you \
press the <interface>Extract</interface> button, " +                            "the \
selected range is searched for all strings which have the set minimum length. " +     \
"This strings found will be listed in the view below.") );  mUpdateButton = new \
KPushButton( updateGuiItem, this );  mUpdateButton->setEnabled( mTool->isApplyable() \
                );
     connect( mUpdateButton, SIGNAL(clicked(bool)), mTool, SLOT(extractStrings()) );


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

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