Correct spelling using US English.

SVN_SILENT

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=989146
This commit is contained in:
Kurt Hindenburg
2009-06-29 15:16:28 +00:00
parent 5c55fd0154
commit d4bb1e1a68
6 changed files with 9 additions and 9 deletions

View File

@@ -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;