forked from qt-creator/qt-creator
better namespace for tr()
This commit is contained in:
@@ -97,7 +97,7 @@ QString GitSettings::gitBinaryPath(bool *ok, QString *errorMessage) const
|
|||||||
if (ok)
|
if (ok)
|
||||||
*ok = false;
|
*ok = false;
|
||||||
if (errorMessage)
|
if (errorMessage)
|
||||||
*errorMessage = QCoreApplication::translate("GitSettings",
|
*errorMessage = QCoreApplication::translate("Git::Internal::GitSettings",
|
||||||
"The binary '%1' could not be located in the path '%2'").arg(binary, path);
|
"The binary '%1' could not be located in the path '%2'").arg(binary, path);
|
||||||
return binary;
|
return binary;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user