[rkward-cvs] SF.net SVN: rkward:[2512] trunk/rkward/rkward/windows/rkcommandeditorwindow .cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri May 29 16:52:15 UTC 2009


Revision: 2512
          http://rkward.svn.sourceforge.net/rkward/?rev=2512&view=rev
Author:   tfry
Date:     2009-05-29 16:52:15 +0000 (Fri, 29 May 2009)

Log Message:
-----------
Rename action as suggested by PK

Modified Paths:
--------------
    trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp

Modified: trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp	2009-05-29 15:57:13 UTC (rev 2511)
+++ trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp	2009-05-29 16:52:15 UTC (rev 2512)
@@ -176,7 +176,7 @@
 	connect (actionmenu_unmark_block->menu(), SIGNAL (aboutToShow()), this, SLOT (clearUnusedBlocks()));
 
 	action_setwd_to_script = ac->addAction ("setwd_to_script", this, SLOT (setWDToScript ()));
-	action_setwd_to_script->setText (i18n ("CD to this script"));
+	action_setwd_to_script->setText (i18n ("CD to script directory"));
 #if KDE_IS_VERSION(4,3,0)
 	action_setwd_to_script->setHelpText (i18n ("Change the working directory to the directory of this script"));
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list