diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-12-21 10:11:14 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2022-01-14 12:39:15 +0200 |
commit | 2dc62c135ee15e8b105be66381bc0ccbc52debd1 (patch) | |
tree | f3414ad7284d8e997b998558c143d0167070b5e1 | |
parent | 6a9693ddcd2d0d18ec7e9f734b17cb37a2b9b090 (diff) | |
download | tdetoys-2dc62c135ee15e8b105be66381bc0ccbc52debd1.tar.gz tdetoys-2dc62c135ee15e8b105be66381bc0ccbc52debd1.zip |
prefdialogfdata.ui: wording changes
according to recommendations.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-rw-r--r-- | kweather/prefdialogdata.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kweather/prefdialogdata.ui b/kweather/prefdialogdata.ui index fc8dab2..6c053aa 100644 --- a/kweather/prefdialogdata.ui +++ b/kweather/prefdialogdata.ui @@ -279,7 +279,7 @@ <cstring>m_iconTheme</cstring> </property> <property name="title"> - <string>Weather Icon</string> + <string>Weather Icons</string> </property> <vbox> <property name="name"> @@ -290,7 +290,7 @@ <cstring>m_systemIcons</cstring> </property> <property name="text"> - <string>&Use system icon theme</string> + <string>&Use system theme</string> </property> <property name="checked"> <bool>true</bool> @@ -301,7 +301,7 @@ <cstring>m_kweatherIcons</cstring> </property> <property name="text"> - <string>Use &KWeather theme</string> + <string>Use classic &KWeather theme</string> </property> </widget> </vbox> |