diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-01-28 15:34:51 +0100 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-01-28 15:34:51 +0100 |
commit | 86421d141004c122f83b9183041751eb905277a2 (patch) | |
tree | 98ca1e8296222bc384c0e0811275135898f6984f /src/settings | |
parent | This is not Cedric's fix about new tab button position (diff) | |
download | rekonq-86421d141004c122f83b9183041751eb905277a2.tar.xz |
KDE HIG fixes
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/settings_general.ui | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/settings/settings_general.ui b/src/settings/settings_general.ui index 17ac0d0f..a4503d4a 100644 --- a/src/settings/settings_general.ui +++ b/src/settings/settings_general.ui @@ -244,22 +244,22 @@ </property> <item> <property name="text"> - <string>favorites</string> + <string>Favorites</string> </property> </item> <item> <property name="text"> - <string>closed tabs</string> + <string>Closed Tabs</string> </property> </item> <item> <property name="text"> - <string>history</string> + <string>Bookmarks</string> </property> </item> <item> <property name="text"> - <string>bookmarks</string> + <string>History</string> </property> </item> </widget> @@ -276,12 +276,15 @@ <item> <widget class="QCheckBox" name="kcfg_kgetDownload"> <property name="text"> - <string>Download with KGet</string> + <string>Use KGet for downloading files</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="kcfg_kgetList"> + <property name="whatsThis"> + <string>If enabled, rekonq will display an additional context menu entry, which, when selected, lists all available links of the current website in KGet.</string> + </property> <property name="text"> <string>List links with KGet</string> </property> |