i18n style guide fixes

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662510
This commit is contained in:
Stephan Binner
2007-05-08 13:19:53 +00:00
parent 57059a4d41
commit c7debcd41a
6 changed files with 23 additions and 23 deletions

View File

@@ -154,7 +154,7 @@ void MainWindow::setupActions()
connect( newWindowAction , SIGNAL(triggered()) , this , SLOT(newWindow()) );
QAction* newFromProfileAction = collection->addAction("new-from-profile");
newFromProfileAction->setText( i18n("New from Profile...") );
newFromProfileAction->setText( i18n("New From Profile...") );
// TODO Implement "New from Profile"
QAction* remoteConnectionAction = collection->addAction("remote-connection");