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

List:       kde-commits
Subject:    playground/network/rekonq/src
From:       Andrea Diamantini <adjam7 () gmail ! com>
Date:       2009-10-16 13:36:10
Message-ID: 1255700170.101815.10831.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1036064 by adjam:

i18n fixes



 M  +8 -5      homepage.cpp  
 M  +1 -1      previewimage.cpp  


--- trunk/playground/network/rekonq/src/homepage.cpp #1036063:1036064
@@ -160,30 +160,33 @@
         menu += " current";
     menu += "\"><a href=\"rekonq:favorites\">";
     menu += "<img src=\"file:///" + loader->iconPath("emblem-favorite", KIconLoader::Desktop) + "\" />";
-    menu += "Favorites</a></div>";
+    menu += i18n("Favorites");
+    menu += "</a></div>";
     
     menu += "<div class=\"link";
     if(currentUrl == "rekonq:allTabs")
         menu += " current";
     menu += "\"><a href=\"rekonq:allTabs\">";
     menu += "<img src=\"file:///" + loader->iconPath("tab-duplicate", KIconLoader::Desktop) + "\" />";
-    menu += "All Tabs</a></div>";
+    menu += i18n("All Tabs");
+    menu += "</a></div>";
     
     menu += "<div class=\"link";
     if(currentUrl == "rekonq:bookmarks")
         menu += " current";
     menu += "\"><a href=\"rekonq:bookmarks\">";
     menu += "<img src=\"file:///" + loader->iconPath("bookmarks", KIconLoader::Desktop) + "\" />";
-    menu += "Bookmarks</a></div>";
+    menu += i18n("Bookmarks");
+    menu += "</a></div>";
     
     menu += "<div class=\"link";
     if(currentUrl == "rekonq:history")
         menu += " current";
     menu += "\"><a href=\"rekonq:history\">";
     menu += "<img src=\"file:///" + loader->iconPath("view-history", KIconLoader::Desktop) + "\" />";
-    menu += "History</a></div>";
+    menu += i18n("History");
+    menu += "</a></div>";
     
-    
     return menu;
 }
 
--- trunk/playground/network/rekonq/src/previewimage.cpp #1036063:1036064
@@ -195,7 +195,7 @@
 
 void PreviewImage::mouseReleaseEvent(QMouseEvent *event)
 {
-    kDebug() << "NOOOOOOO... don't leave your finger from the button!!!!";
+    kDebug() << "NO000... don't leave your finger from the button!!";
     Q_UNUSED(event)
 }
     
[prev in list] [next in list] [prev in thread] [next in thread] 

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