mirror of
https://github.com/KDE/konsole.git
synced 2026-05-01 19:25:46 -04:00
Correct spelling using US English.
SVN_SILENT svn path=/trunk/KDE/kdebase/apps/konsole/; revision=989146
This commit is contained in:
@@ -253,7 +253,7 @@ void Application::startBackgroundMode(MainWindow* window)
|
||||
KAction* action = new KAction(window);
|
||||
KShortcut shortcut = action->shortcut();
|
||||
action->setObjectName("Konsole Background Mode");
|
||||
//TODO - Customisable key sequence for this
|
||||
//TODO - Customizable key sequence for this
|
||||
action->setGlobalShortcut( KShortcut(QKeySequence(Qt::Key_F12)) );
|
||||
|
||||
_backgroundInstance = window;
|
||||
|
||||
Reference in New Issue
Block a user