diff --git a/src/plugins/git/gitsettings.cpp b/src/plugins/git/gitsettings.cpp index 9304f2b5d7051a77102225ab020978e284ebe742..e5963b57246f9b7acbb65f3d7edb67a06ccb23e5 100644 --- a/src/plugins/git/gitsettings.cpp +++ b/src/plugins/git/gitsettings.cpp @@ -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; }