forked from qt-creator/qt-creator
Fix UI text capitalization, punctuation, and phrasing
Change-Id: I41951660a464601063e5cedd417db2cb7cd37e44 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -489,7 +489,7 @@ TerminalSettings::TerminalSettings()
|
||||
lockKeyboard.setSettingsKey("LockKeyboard");
|
||||
lockKeyboard.setLabelText(Tr::tr("Block shortcuts in terminal"));
|
||||
lockKeyboard.setToolTip(
|
||||
Tr::tr("Keeps Qt Creator short cuts from interfering with the terminal."));
|
||||
Tr::tr("Keeps Qt Creator shortcuts from interfering with the terminal."));
|
||||
lockKeyboard.setDefaultValue(true);
|
||||
|
||||
audibleBell.setSettingsKey("AudibleBell");
|
||||
|
||||
Reference in New Issue
Block a user