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

List:       kde-commits
Subject:    KDE/kdepim/ktimetracker
From:       Laurent Montel <montel () kde ! org>
Date:       2010-05-02 20:50:02
Message-ID: 20100502205002.72655AC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1121973 by mlaurent:

Add missing i18n


 M  +4 -4      taskview.cpp  
 M  +2 -2      timetrackerstorage.cpp  


--- trunk/KDE/kdepim/ktimetracker/taskview.cpp #1121972:1121973
@@ -182,10 +182,10 @@
          << i18n( "Total Session Time" ) << i18n( "Total Time" ) 
          << i18n( "Priority" ) << i18n( "Percent Complete" );
     setHeaderLabels( labels );
-    headerItem()->setWhatsThis(0,"The task name is how you call the task, it can be \
                chosen freely.");
-    headerItem()->setWhatsThis(1,"The session time is the time since you last chose \
                \"start new session.\"");
-    headerItem()->setWhatsThis(3,"The total session time is the session time of this \
                task and all its subtasks.");
-    headerItem()->setWhatsThis(4,"The total time is the time of this task and all \
its subtasks."); +    headerItem()->setWhatsThis(0,i18n("The task name is how you \
call the task, it can be chosen freely.")); +    \
headerItem()->setWhatsThis(1,i18n("The session time is the time since you last chose \
\"start new session.\"")); +    headerItem()->setWhatsThis(3,i18n("The total session \
time is the session time of this task and all its subtasks.")); +    \
headerItem()->setWhatsThis(4,i18n("The total time is the time of this task and all \
its subtasks."));  setAllColumnsShowFocus( true );
     setSortingEnabled( true );
     setAlternatingRowColors( true );
--- trunk/KDE/kdepim/ktimetracker/timetrackerstorage.cpp #1121972:1121973
@@ -255,8 +255,8 @@
     for ( todo = todoList.constBegin(); todo != todoList.constEnd(); ++todo )
     {
         Task* task = new Task(*todo, view);
-        task->setWhatsThis(0,"The task name is how you call the task, it can be \
                chosen freely.");
-        task->setWhatsThis(1,"The session time is the time since you last chose \
\"start new session.\""); +        task->setWhatsThis(0,i18n("The task name is how \
you call the task, it can be chosen freely.")); +        \
task->setWhatsThis(1,i18n("The session time is the time since you last chose \"start \
new session.\""));  map.insert( (*todo)->uid(), task );
         view->setRootIsDecorated(true);
         task->setPixmapProgress();


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

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