mirror of
https://github.com/KDE/konsole.git
synced 2026-02-04 20:31:36 -05:00
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662510
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user