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

List:       kde-commits
Subject:    [artikulate] src/models: More i18n fixes.
From:       Andreas Cord-Landwehr <cordlandwehr () kde ! org>
Date:       2013-09-30 18:34:43
Message-ID: E1VQiIt-00084S-41 () scm ! kde ! org
[Download RAW message or body]

Git commit 300a32913f34760fd760b090c75e9be3815422f9 by Andreas Cord-Landweh=
r.
Committed on 30/09/2013 at 18:33.
Pushed by cordlandwehr into branch 'master'.

More i18n fixes.

M  +2    -2    src/models/skeletonmodel.cpp

http://commits.kde.org/artikulate/300a32913f34760fd760b090c75e9be3815422f9

diff --git a/src/models/skeletonmodel.cpp b/src/models/skeletonmodel.cpp
index ad98987..ddcd87a 100644
--- a/src/models/skeletonmodel.cpp
+++ b/src/models/skeletonmodel.cpp
@@ -92,9 +92,9 @@ QVariant SkeletonModel::data(const QModelIndex& index, in=
t role) const
     {
     case Qt::DisplayRole:
         return !skeleton->title().isEmpty() ?
-                QVariant(skeleton->title()): QVariant(i18nc("@item:inlistb=
ox:", "<no title>"));
+                QVariant(skeleton->title()): QVariant(i18nc("@item:inlistb=
ox:", "unknown"));
     case Qt::ToolTipRole:
-        return QVariant(i18n("<p>%1</p>", skeleton->title()));
+        return QVariant(skeleton->title());
     case TitleRole:
         return skeleton->title();
     case DescriptionRole:
[prev in list] [next in list] [prev in thread] [next in thread] 

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