diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-01-24 18:32:03 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-01-24 18:32:16 +0100 |
commit | 0394daec5266231aa8fc7b2e8972ea6021b24bef (patch) | |
tree | 35d27c98d6a3a16c192741360828db7e2d774e9f | |
parent | 6985ac928718d62bc930ca59cb9e62189a207414 (diff) | |
download | adept-0394daec5266231aa8fc7b2e8972ea6021b24bef.tar.gz adept-0394daec5266231aa8fc7b2e8972ea6021b24bef.zip |
Fix inadvertly renamed KDE suiter14.0.3
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3608815e2cdd3c3f5854308e9c54b9d0434192b8)
-rw-r--r-- | adept/adept/installerviewui.ui | 2 | ||||
-rw-r--r-- | adept/libadept/installerviewui.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/adept/adept/installerviewui.ui b/adept/adept/installerviewui.ui index a23e4c1..cba6d5e 100644 --- a/adept/adept/installerviewui.ui +++ b/adept/adept/installerviewui.ui @@ -68,7 +68,7 @@ <widget class="TQComboBox"> <item> <property name="text"> - <string>TDE</string> + <string>KDE</string> </property> </item> <item> diff --git a/adept/libadept/installerviewui.ui b/adept/libadept/installerviewui.ui index 85e1a01..1f8f094 100644 --- a/adept/libadept/installerviewui.ui +++ b/adept/libadept/installerviewui.ui @@ -68,7 +68,7 @@ <widget class="TQComboBox"> <item> <property name="text"> - <string>TDE</string> + <string>KDE</string> </property> </item> <item> |