better namespace for tr()

This commit is contained in:
Oswald Buddenhagen
2009-04-17 20:58:55 +02:00
parent 5b01ea1120
commit f97b3ceec5

View File

@@ -97,7 +97,7 @@ QString GitSettings::gitBinaryPath(bool *ok, QString *errorMessage) const
if (ok)
*ok = false;
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);
return binary;
}