diff -r 2fee987ebaff -r ab0490982943 controlpanelplugins/themeplugin/src/cpthemelistview.cpp --- 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()));