diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-24 00:52:48 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-24 00:52:48 +0200 | 
| commit | 02a120bd99986fdba26bcbd903f56b2661957e11 (patch) | |
| tree | ce03593787a85af949f843034e952b63e7547be5 | |
| parent | popup Lionel's idea. In Italy we say "Capra e Cavoli" :D (diff) | |
| parent | String Fixes -> KDE HIG (diff) | |
| download | rekonq-02a120bd99986fdba26bcbd903f56b2661957e11.tar.xz | |
Merge commit 'refs/merge-requests/1895' of git://gitorious.org/rekonq/mainline
| -rw-r--r-- | src/previewimage.cpp | 4 | ||||
| -rw-r--r-- | src/settings_general.ui | 12 | 
2 files changed, 8 insertions, 8 deletions
| diff --git a/src/previewimage.cpp b/src/previewimage.cpp index 79af246d..99969893 100644 --- a/src/previewimage.cpp +++ b/src/previewimage.cpp @@ -263,12 +263,12 @@ void PreviewImage::contextMenuEvent(QContextMenuEvent* event)  KActionMenu* PreviewImage::historyMenu()  { -    KActionMenu *histMenu = new KActionMenu(KIcon("insert-image"), i18n("Set page to preview"), this); +    KActionMenu *histMenu = new KActionMenu(KIcon("insert-image"), i18n("Set Page to Preview"), this);      QList<HistoryItem> history =  Application::historyManager()->history();      if(history.isEmpty())      { -        KAction *a = new KAction(i18n("History is empty"), this); +        KAction *a = new KAction(i18n("History is Empty"), this);          a->setEnabled(false);          histMenu->addAction(a);          return histMenu; 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> | 
