forked from qt-creator/qt-creator
Utils: Fix UI text
Change-Id: Iae4302f2866abde5a9771ca4c7fc25dedb6dc0b9 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="removeVCCheckBox">
|
<widget class="QCheckBox" name="removeVCCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Remove from Version Control</string>
|
<string>&Remove from version control</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@@ -645,7 +645,7 @@ QVariant SettingsAccessor::retrieveSharedSettings() const
|
|||||||
QString SettingsAccessor::differentEnvironmentMsg(const QString &projectName)
|
QString SettingsAccessor::differentEnvironmentMsg(const QString &projectName)
|
||||||
{
|
{
|
||||||
return QApplication::translate("Utils::EnvironmentIdAccessor",
|
return QApplication::translate("Utils::EnvironmentIdAccessor",
|
||||||
"Settings File for \"%1\" from a different Environment?")
|
"Settings File for \"%1\" from a Different Environment?")
|
||||||
.arg(projectName);
|
.arg(projectName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user