diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-10-23 21:32:09 +0200 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-10-23 21:32:09 +0200 | 
| commit | d5acd9023a2cf62a18c7176e0786bf3c995e6967 (patch) | |
| tree | 587bdc96d6d0c3ce055e134526235122e68cb98d | |
| parent | CTRL has been promoted to rekonq favorite modifier... (diff) | |
| download | rekonq-d5acd9023a2cf62a18c7176e0786bf3c995e6967.tar.xz | |
Fix strings -> KDE HIG
| -rw-r--r-- | src/settings_general.ui | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/src/settings_general.ui b/src/settings_general.ui index d0d98b7b..5e16835d 100644 --- a/src/settings_general.ui +++ b/src/settings_general.ui @@ -17,7 +17,7 @@     <item>      <widget class="QGroupBox" name="groupBox_2">       <property name="title"> -      <string>On startup</string> +      <string>On Startup</string>       </property>       <layout class="QHBoxLayout" name="horizontalLayout_2">        <item> @@ -44,7 +44,7 @@           <enum>Qt::LeftToRight</enum>          </property>          <property name="text"> -         <string>rekonq        </string> +         <string>When starting rekonq:</string>          </property>         </widget>        </item> @@ -58,17 +58,17 @@          </property>          <item>           <property name="text"> -          <string>opens home page</string> +          <string>Open the Home Page</string>           </property>          </item>          <item>           <property name="text"> -          <string>opens new tab page</string> +          <string>Open the New Tab Page</string>           </property>          </item>          <item>           <property name="text"> -          <string>restores the last open pages</string> +          <string>Restore the Last Opened Tabs</string>           </property>          </item>         </widget> @@ -103,7 +103,7 @@           </size>          </property>          <property name="text"> -         <string>Home Page Url:</string> +         <string>Home page URL:</string>          </property>         </widget>        </item> | 
