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

List:       kde-commits
Subject:    [choqok] libchoqok/ui: BUG:312432 fixed the missing translation
From:       Mehrdad Momeny <mehrdad.momeny () gmail ! com>
Date:       2013-01-01 4:50:02
Message-ID: 20130101045002.77DC0A6091 () git ! kde ! org
[Download RAW message or body]

Git commit 57fd3bfe979d34c27a403e7e8114d24ab688489e by Mehrdad Momeny.
Committed on 01/01/2013 at 05:46.
Pushed by momeny into branch 'master'.

BUG:312432 fixed the missing translation

M  +8    -8    libchoqok/ui/choqoktabbar.cpp

http://commits.kde.org/choqok/57fd3bfe979d34c27a403e7e8114d24ab688489e

diff --git a/libchoqok/ui/choqoktabbar.cpp b/libchoqok/ui/choqoktabbar.cpp
index 1fc6a31..97dca7f 100644
--- a/libchoqok/ui/choqoktabbar.cpp
+++ b/libchoqok/ui/choqoktabbar.cpp
@@ -749,14 +749,14 @@ void ChoqokTabBar::contextMenuRequest( const QPoint &=
 )
         return;
     }
     =

-    KAction north( tr("Top") , this );
-    KAction west(  tr("Left")  , this );
-    KAction east(  tr("Right")  , this );
-    KAction south( tr("Bottom") , this );
-    KAction size_s( tr("Small")  , this );
-    KAction size_m( tr("Medium") , this );
-    KAction size_b( tr("Big")    , this );
-    KAction styled( tr("Styled Panel") , this );
+    KAction north( i18n("Top") , this );
+    KAction west(  i18n("Left")  , this );
+    KAction east(  i18n("Right")  , this );
+    KAction south( i18n("Bottom") , this );
+    KAction size_s( i18n("Small")  , this );
+    KAction size_m( i18n("Medium") , this );
+    KAction size_b( i18n("Big")    , this );
+    KAction styled( i18n("Styled Panel") , this );
     =

     /*! ------------- Setting Up Datas --------------- */
     north.setData( ChoqokTabBar::North );

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

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