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

List:       kde-commits
Subject:    playground/devtools/kdevelop4-extra-plugins/sloc
From:       Pino Toscano <pino () kde ! org>
Date:       2011-06-18 17:01:23
Message-ID: 20110618170123.2E70EAC7CA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1237405 by pino:

i18n: add missing i18n() for the header labels


 M  +1 -1      slocplugin.cpp  


--- trunk/playground/devtools/kdevelop4-extra-plugins/sloc/slocplugin.cpp \
#1237404:1237405 @@ -75,7 +75,7 @@
 {
     QList<QStandardRow> rows = m_watcher->future().result();
     QStandardItemModel* model = new QStandardItemModel();
-    model->setHorizontalHeaderLabels(QStringList() << "file" << "code" << "comments" \
<< "language"); +    model->setHorizontalHeaderLabels(QStringList() << i18nc("Source \
file", "File") << i18n("Code") << i18n("Comments") << i18nc("Programming language", \
"Language"));  foreach(QStandardRow row, rows) {
         model->appendRow(row);
     }


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

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