diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:56:32 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:56:32 -0600 |
commit | cb8f4264df031b2ef16f37f192467903331126b6 (patch) | |
tree | 3b58b247d49d2a1cbf65e07bbb289aa89d520afc | |
parent | c4ae89b6d0b6dd0e7bb118442f936f5179098845 (diff) | |
download | tdebase-cb8f4264df031b2ef16f37f192467903331126b6.tar.gz tdebase-cb8f4264df031b2ef16f37f192467903331126b6.zip |
Fix K Menu -> TDE Menu branding issues.
-rw-r--r-- | kcontrol/kicker/menutab.ui | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/kcontrol/kicker/menutab.ui b/kcontrol/kicker/menutab.ui index 2ded51364..d69481f21 100644 --- a/kcontrol/kicker/menutab.ui +++ b/kcontrol/kicker/menutab.ui @@ -77,7 +77,7 @@ <cstring>m_kmenuGroup</cstring> </property> <property name="title"> - <string>K Menu</string> + <string>TDE Menu</string> </property> <hbox> <property name="name"> @@ -127,7 +127,7 @@ <string>&Name only</string> </property> <property name="whatsThis" stdset="0"> - <string>When this option is selected, items in the K Menu will appear with the application's name next to the icon.</string> + <string>When this option is selected, items in the TDE Menu will appear with the application's name next to the icon.</string> </property> </widget> <widget class="TQRadioButton" row="2" column="1"> @@ -141,7 +141,7 @@ <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string>When this option is selected, items in the K Menu will appear with the application's name and a brief description next to the icon.</string> + <string>When this option is selected, items in the TDE Menu will appear with the application's name and a brief description next to the icon.</string> </property> </widget> <widget class="TQRadioButton" row="3" column="1"> @@ -152,7 +152,7 @@ <string>D&escription only</string> </property> <property name="whatsThis" stdset="0"> - <string>When this option is selected, items in the K Menu will appear with the application's brief description next to the icon.</string> + <string>When this option is selected, items in the TDE Menu will appear with the application's brief description next to the icon.</string> </property> </widget> <widget class="TQRadioButton" row="4" column="1"> @@ -166,7 +166,7 @@ <string>Des&cription (Name)</string> </property> <property name="whatsThis" stdset="0"> - <string>When this option is selected, items in the K Menu will appear with a brief description and the application's name in brackets next to the icon.</string> + <string>When this option is selected, items in the TDE Menu will appear with a brief description and the application's name in brackets next to the icon.</string> </property> </widget> </grid> @@ -182,9 +182,9 @@ <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string><qt>When this option is selected an image will appear down the left-hand side of the K Menu. The image will be tinted according to your color settings. + <string><qt>When this option is selected an image will appear down the left-hand side of the TDE Menu. The image will be tinted according to your color settings. - <p><b>Tip</b>: You can customize the image that appears in the K Menu by putting an image file called kside.png and a tileable image file called kside_tile.png in $TDEHOME/share/apps/kicker/pics.</qt></string> + <p><b>Tip</b>: You can customize the image that appears in the TDE Menu by putting an image file called kside.png and a tileable image file called kside_tile.png in $TDEHOME/share/apps/kicker/pics.</qt></string> </property> </widget> <spacer> @@ -209,13 +209,13 @@ <cstring>kcfg_ShowKMenuText</cstring> </property> <property name="text"> - <string>Display text in K Menu button</string> + <string>Display text in TDE Menu button</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string><qt>When this option is selected the text below will be shown in the K Menu button.</string> + <string><qt>When this option is selected the text below will be shown in the TDE Menu button.</string> </property> </widget> <grid> @@ -246,7 +246,7 @@ </sizepolicy> </property> <property name="text"> - <string>K Menu button icon:</string> + <string>TDE Menu button icon:</string> </property> </widget> <widget class="KPushButton" row="3" column="3" colspan="2"> @@ -358,10 +358,10 @@ <cstring>m_editKMenuButton</cstring> </property> <property name="text"> - <string>Edit &K Menu</string> + <string>Edit &TDE Menu</string> </property> <property name="whatsThis" stdset="0"> - <string>Start the editor for the K menu. Here you can add, edit, remove and hide applications.</string> + <string>Start the editor for the TDE Menu. Here you can add, edit, remove and hide applications.</string> </property> </widget> </vbox> @@ -668,7 +668,7 @@ <cstring>m_pSearchGroup</cstring> </property> <property name="title"> - <string>K Menu Search</string> + <string>TDE Menu Search</string> </property> <grid> <property name="name"> @@ -679,13 +679,13 @@ <cstring>kcfg_UseSearchBar</cstring> </property> <property name="text"> - <string>Show search field in K Menu</string> + <string>Show search field in TDE Menu</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="whatsThis" stdset="0"> - <string><qt>When this option is selected a text-based search field will appear in the K Menu.</qt></string> + <string><qt>When this option is selected a text-based search field will appear in the TDE Menu.</qt></string> </property> </widget> <spacer row="0" column="1" rowspan="3" colspan="1"> |