forked from qt-creator/qt-creator
Tr: Small fixes like full stops, whitespace and typos
Change-Id: I4d1edba6d28661af3c2255add35141f1e73fc304 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -482,9 +482,8 @@ TerminalSettings::TerminalSettings()
|
||||
|
||||
sendEscapeToTerminal.setSettingsKey("SendEscapeToTerminal");
|
||||
sendEscapeToTerminal.setLabelText(Tr::tr("Send escape key to terminal"));
|
||||
sendEscapeToTerminal.setToolTip(
|
||||
Tr::tr("Sends the escape key to the terminal when pressed"
|
||||
"instead of closing the terminal."));
|
||||
sendEscapeToTerminal.setToolTip(Tr::tr("Sends the escape key to the terminal when pressed "
|
||||
"instead of closing the terminal."));
|
||||
sendEscapeToTerminal.setDefaultValue(false);
|
||||
|
||||
lockKeyboard.setSettingsKey("LockKeyboard");
|
||||
|
||||
Reference in New Issue
Block a user