diff -r 6bb1b21d2484 -r 2f8f8080a020 phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp --- a/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp Fri Apr 16 14:58:25 2010 +0300 +++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/src/cptelephonyplugin.cpp Mon May 03 12:31:11 2010 +0300 @@ -44,7 +44,7 @@ QList ret; ret.append(new CpSettingFormEntryItemDataImpl( - itemDataHelper, hbTrId("Telephony"), hbTrId(""))); + itemDataHelper, hbTrId("txt_cp_dblist_telephone"), hbTrId(""))); return ret; }