forked from qt-creator/qt-creator
Typo fixes
Change-Id: Id73f96267e34e7c85ee74dd8264c6c350e095ce9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
f642280ee5
commit
d0c2cf93e1
@@ -86,7 +86,7 @@
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="overrideStartScriptLabel">
|
||||
<property name="text">
|
||||
<string>Override &Start script:</string>
|
||||
<string>Override &start script:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>overrideStartScriptFileName</cstring>
|
||||
|
||||
@@ -412,7 +412,7 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage)
|
||||
globalcontext, true, &GitClient::status);
|
||||
|
||||
createRepositoryAction(actionManager, gitContainer,
|
||||
tr("Undo Uncommited Changes..."), QLatin1String("Git.UndoRepository"),
|
||||
tr("Undo Uncommitted Changes..."), QLatin1String("Git.UndoRepository"),
|
||||
globalcontext, false, SLOT(undoRepositoryChanges()));
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user