Macros: fix UI text punctuation

Make a message clearer.

Change-Id: I067f56f24add91664bb0f88034e6aa825c42c14e
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Leena Miettinen
2013-10-09 16:42:35 +02:00
committed by Eike Ziller
parent feadd0869a
commit dad7442caf

View File

@@ -288,7 +288,7 @@ void MacroManager::startMacro()
QString endShortcut = Core::ActionManager::command(Constants::END_MACRO)->defaultKeySequence().toString();
QString executeShortcut = Core::ActionManager::command(Constants::EXECUTE_LAST_MACRO)->defaultKeySequence().toString();
QString help = tr("Macro mode. Type \"%1\" to stop recording and \"%2\" to play it")
QString help = tr("Macro mode. Type \"%1\" to stop recording and \"%2\" to play the macro.")
.arg(endShortcut).arg(executeShortcut);
Core::EditorManager::showEditorStatusBar(
QLatin1String(Constants::M_STATUS_BUFFER),