From f97b3ceec549dc84cdb144f2c527ccd129f857bb Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Date: Fri, 17 Apr 2009 20:58:55 +0200 Subject: [PATCH] better namespace for tr() --- src/plugins/git/gitsettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/git/gitsettings.cpp b/src/plugins/git/gitsettings.cpp index 9304f2b5d70..e5963b57246 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; } -- GitLab