diff options
author | Darrell Anderson <[email protected]> | 2012-03-20 21:49:38 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-03-20 21:49:38 -0500 |
commit | 89d91eb68ea8763f4cd109cb6be03dac92354c88 (patch) | |
tree | 0489b615179739b96fb16f9511ce29871938c53a | |
parent | 1512694ea6d46d6042113cb679a8647335046afc (diff) | |
download | gtk-qt-engine-89d91eb68ea8763f4cd109cb6be03dac92354c88.tar.gz gtk-qt-engine-89d91eb68ea8763f4cd109cb6be03dac92354c88.zip |
Fix KDE->TDE branding issues in KControl dialog.
Thanks to David C. Rankin for the patch!
-rw-r--r-- | kcm_gtk/kcmgtkwidget.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcm_gtk/kcmgtkwidget.ui b/kcm_gtk/kcmgtkwidget.ui index bfb781d..03482fc 100644 --- a/kcm_gtk/kcmgtkwidget.ui +++ b/kcm_gtk/kcmgtkwidget.ui @@ -141,7 +141,7 @@ <cstring>styleKde</cstring> </property> <property name="text"> - <string>&Use my KDE style in GTK applications</string> + <string>&Use my TDE style in GTK applications</string> </property> </widget> <widget class="TQComboBox" row="1" column="1"> @@ -176,7 +176,7 @@ <cstring>warning1</cstring> </property> <property name="text"> - <string><b>Warning:</b> The Gtk-Qt theme engine is not installed. This means you will not be able to use your KDE style in GTK applications.</string> + <string><b>Warning:</b> The Gtk-Qt theme engine is not installed. This means you will not be able to use your TDE style in GTK applications.</string> </property> </widget> <widget class="KURLLabel" row="4" column="0" rowspan="1" colspan="3"> @@ -329,7 +329,7 @@ <cstring>fontKde</cstring> </property> <property name="text"> - <string>Use m&y KDE fonts in GTK applications</string> + <string>Use m&y TDE fonts in GTK applications</string> </property> <property name="accel"> <string>Alt+Y</string> @@ -598,7 +598,7 @@ <cstring>textLabel1_2</cstring> </property> <property name="text"> - <string>Note that changes made here will only affect GTK applications when KDE is running. To change the styles and fonts used by applications in GNOME, use the GNOME configuration tools.</string> + <string>Note that changes made here will only affect GTK applications when TDE is running. To change the styles and fonts used by applications in GNOME, use the GNOME configuration tools.</string> </property> <property name="alignment"> <set>WordBreak|AlignVCenter</set> |