[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkdevplatform/1=2E2=5D_plugins/git=3A_Add_missing_i1?=
From:       Pino Toscano <pino () kde ! org>
Date:       2011-01-29 17:27:39
Message-ID: 20110129172739.7A744A6094 () git ! kde ! org
[Download RAW message or body]

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;
     }
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic