diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 14:29:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 14:29:48 -0500 |
commit | fb56cbee84cdb641695d29b7e16ef2741bc2c7b8 (patch) | |
tree | c7bde58dee4513188e5944f6daca19a4a02b3a78 /kcontrol | |
parent | 4930d3bb5c175c0955fad95a006277e8336df97f (diff) | |
download | tdebase-fb56cbee84cdb641695d29b7e16ef2741bc2c7b8.tar.gz tdebase-fb56cbee84cdb641695d29b7e16ef2741bc2c7b8.zip |
Branding cleanup: K menu -> TDE menu.
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/kcontrol/global.cpp | 4 | ||||
-rw-r--r-- | kcontrol/kicker/lookandfeeltab.ui | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/kcontrol/global.cpp b/kcontrol/kcontrol/global.cpp index b22ad2565..6a2a4ee7d 100644 --- a/kcontrol/kcontrol/global.cpp +++ b/kcontrol/kcontrol/global.cpp @@ -90,12 +90,12 @@ TQString KCGlobal::baseGroup() { if (_infocenter) { - kdWarning() << "No K menu group with X-KDE-BaseGroup=info found ! Defaulting to Settings/Information/" << endl; + kdWarning() << "No TDE menu group with X-KDE-BaseGroup=info found ! Defaulting to Settings/Information/" << endl; _baseGroup = TQString::fromLatin1("Settings/Information/"); } else { - kdWarning() << "No K menu group with X-KDE-BaseGroup=settings found ! Defaulting to Settings/" << endl; + kdWarning() << "No TDE menu group with X-KDE-BaseGroup=settings found ! Defaulting to Settings/" << endl; _baseGroup = TQString::fromLatin1("Settings/"); } } diff --git a/kcontrol/kicker/lookandfeeltab.ui b/kcontrol/kicker/lookandfeeltab.ui index 48461ac03..6ee5fa4a7 100644 --- a/kcontrol/kicker/lookandfeeltab.ui +++ b/kcontrol/kicker/lookandfeeltab.ui @@ -84,13 +84,13 @@ <cstring>TextLabel1</cstring> </property> <property name="text"> - <string>&K menu:</string> + <string>&TDE menu:</string> </property> <property name="buddy" stdset="0"> <cstring>m_kmenuTile</cstring> </property> <property name="whatsThis" stdset="0"> - <string>Choose a tile image for the K menu.</string> + <string>Choose a tile image for the TDE menu.</string> </property> </widget> <widget class="TQLabel" row="3" column="0"> @@ -162,7 +162,7 @@ <enum>NoInsertion</enum> </property> <property name="whatsThis" stdset="0"> - <string>Choose a tile image for the K menu.</string> + <string>Choose a tile image for the TDE menu.</string> </property> </widget> <widget class="KColorButton" row="3" column="2"> @@ -184,7 +184,7 @@ <string></string> </property> <property name="whatsThis" stdset="0"> - <string>When the Custom Color option is selected, use this button to pick a color for the K menu tile background</string> + <string>When the Custom Color option is selected, use this button to pick a color for the TDE menu tile background</string> </property> </widget> <widget class="KComboBox" row="4" column="1"> |