|
From: <sv...@va...> - 2011-06-28 18:44:01
|
Author: cerion
Date: 2011-06-28 19:39:11 +0100 (Tue, 28 Jun 2011)
New Revision: 541
Log:
better label to describe saving current config as a project
Modified:
trunk/src/mainwindow.cpp
Modified: trunk/src/mainwindow.cpp
===================================================================
--- trunk/src/mainwindow.cpp 2011-06-28 18:35:46 UTC (rev 540)
+++ trunk/src/mainwindow.cpp 2011-06-28 18:39:11 UTC (rev 541)
@@ -216,7 +216,7 @@
actFile_SaveAs = new QAction( this );
actFile_SaveAs->setObjectName( QString::fromUtf8( "actFile_SaveAs" ) );
- actFile_SaveAs->setText( tr( "Save &As..." ) );
+ actFile_SaveAs->setText( tr( "Save Project &As..." ) );
actFile_SaveAs->setToolTip( tr( "Save current configuration to a new project" ) );
QIcon icon_saveas;
icon_saveas.addPixmap( QPixmap( QString::fromUtf8( ":/vk_icons/icons/filesaveas.png" ) ) );
|