Git commit 468d9218ebc1fce8be51b3d78b0c801f0b31d87f by Pino Toscano. on behalf of Montel Laurent Pushed by pino into branch '1.2'. Add missing i18n CCMAIL: kde-i18n-doc@kde.org M +1 -1 plugins/git/gitplugin.cpp http://commits.kde.org/1419bb81/468d9218ebc1fce8be51b3d78b0c801f0b31d87f diff --git a/plugins/git/gitplugin.cpp b/plugins/git/gitplugin.cpp index 89c4300..ec630dd 100644 --- a/plugins/git/gitplugin.cpp +++ b/plugins/git/gitplugin.cpp @@ -164,7 +164,7 @@ GitPlugin::GitPlugin( QObject *parent, const QVariantList & ) { if (KStandardDirs::findExe("git").isEmpty()) { m_hasError = true; - m_errorDescription = "git is not installed"; + m_errorDescription = i18n("git is not installed"); return; }