controlpanelplugins/themeplugin/src/cpthemelistview.cpp
changeset 41 ab0490982943
parent 33 0cfa53de576f
--- a/controlpanelplugins/themeplugin/src/cpthemelistview.cpp	Thu Sep 02 17:11:27 2010 +0800
+++ b/controlpanelplugins/themeplugin/src/cpthemelistview.cpp	Thu Sep 30 16:15:53 2010 +0800
@@ -71,7 +71,7 @@
     //Create the toolbar for Ovi Store.
     HbToolBar* toolBar = new HbToolBar(this);
 
-    HbAction* oviAction = new HbAction(HbIcon("qtg_large_ovistore"), hbTrId("txt_cp_list_get_more_tones"));
+    HbAction* oviAction = new HbAction(HbIcon("qtg_large_ovistore"), hbTrId("txt_cp_list_get_more_themes"));
     QObject::connect( oviAction, SIGNAL(triggered()), 
                           this, SIGNAL(oviClicked()));