forked from qt-creator/qt-creator
Git: Fix a label
Settings labels are lower case and end with ":" Change-Id: I729d25569790899a8d26966914ee8b872a48bcb0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -33,7 +33,7 @@ GitSettings::GitSettings()
|
||||
path.setLabelText(Tr::tr("Prepend to PATH:"));
|
||||
path.setDisplayStyle(StringAspect::LineEditDisplay);
|
||||
|
||||
binaryPath.setLabelText(Tr::tr("Git Command"));
|
||||
binaryPath.setLabelText(Tr::tr("Git command:"));
|
||||
binaryPath.setDefaultValue("git");
|
||||
binaryPath.setExpectedKind(PathChooser::ExistingCommand);
|
||||
binaryPath.setHistoryCompleter("Git.Command.History");
|
||||
|
||||
Reference in New Issue
Block a user