[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins/removeredeyes
From:       Malcolm Hunter <malcolm.hunter () gmx ! co ! uk>
Date:       2009-04-07 20:03:44
Message-ID: 1239134624.503867.5087.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 950789 by mhunter:

Typographical and grammar corrections

 M  +1 -1      commonwidgets/myimageslist.cpp  
 M  +5 -5      commonwidgets/previewwidget.cpp  
 M  +5 -5      commonwidgets/unprocessedsettingsbox.cpp  
 M  +2 -2      detection/locators/haarclassifier/widgets/simplesettings.cpp  
 M  +1 -1      plugin_removeredeyes.cpp  
 M  +12 -12    removeredeyeswindow.cpp  


--- trunk/extragear/graphics/kipi-plugins/removeredeyes/commonwidgets/myimageslist.cpp \
#950788:950789 @@ -83,7 +83,7 @@
 
     listView()->setColumn(ImagesListView::User1, i18n("Corrected Eyes"), true);
     listView()->header()->setResizeMode(QHeaderView::Stretch);
-    listView()->setWhatsThis(i18n("This is the list of images to remove red eyes \
from.")); +    listView()->setWhatsThis(i18n("This is the list of images from which \
to remove red-eye."));  
     // --------------------------------------------------------
 
--- trunk/extragear/graphics/kipi-plugins/removeredeyes/commonwidgets/previewwidget.cpp \
#950788:950789 @@ -77,11 +77,11 @@
              : QGraphicsView(parent), d(new PreviewWidgetPriv)
 {
     QString whatsThis = i18n("<p>This widget will display a correction "
-            "preview for the currently selected image</p>"
+            "preview for the currently selected image.</p>"
             "<p><ul>"
-            "<li>Move the mouse <b>over</b> the preview to display the original \
                image</li>"
-            "<li>Move the mouse <b>out of</b> the preview to display the corrected \
                image</li>"
-            "<li><b>Click on</b> the preview to display the correction mask</li>"
+            "<li>Move the mouse <b>over</b> the preview to display the original \
image.</li>" +            "<li>Move the mouse <b>out of</b> the preview to display \
the corrected image.</li>" +            "<li><b>Click on</b> the preview to display \
the correction mask.</li>"  "</ul></p>"
             "<p>The zoom buttons and panning widget allow you to view certain parts \
of the image "  "more closely.</p>");
@@ -277,7 +277,7 @@
             break;
 
         case LockedMode:
-            d->modeInfo->display(i18n("No image selected!"), \
InfoMessageWidget::Warning); +            d->modeInfo->display(i18n("No image \
selected"), InfoMessageWidget::Warning);  d->modeInfo->raise();
             d->controller->hide();
             d->controller->lower();
--- trunk/extragear/graphics/kipi-plugins/removeredeyes/commonwidgets/unprocessedsettingsbox.cpp \
#950788:950789 @@ -54,11 +54,11 @@
 UnprocessedSettingsBox::UnprocessedSettingsBox(QWidget* parent)
                   : QGroupBox(parent), d(new UnprocessedSettingsBoxPriv)
 {
-    setTitle(i18n("Unprocessed Images Handling"));
+    setTitle(i18n("Unprocessed Image Handling"));
 
     QString whatsThis = i18n("<p>These settings control the handling of unprocessed \
                images when "
-            "running in testmode. To speed up the final correction, unprocessed \
                images can be "
-            "removed from the list, so that they don't get analyzed again. There are \
three modes " +            "running in test-mode. To speed up the final correction, \
unprocessed images can be " +            "removed from the list, so that they are not \
analyzed again. There are three modes "  "to choose from:</p>"
             "<p><ul>"
             "<li><b>Ask the user:</b> A popup window will appear to ask for further \
actions.</li>" @@ -81,12 +81,12 @@
 
     QRadioButton* keepMode = new QRadioButton(i18n("&Keep in file list"));
     keepMode->setToolTip(i18n("If checked, unprocessed images will be kept in the "
-                              "file list after the testrun."));
+                              "file list after the test-run."));
     d->unprocessedGroup->addButton(keepMode, Keep);
 
     QRadioButton* removeMode = new QRadioButton(i18n("&Remove from file list"));
     removeMode->setToolTip(i18n("If checked, unprocessed images will be removed from \
                "
-                                "the file list after the testrun."));
+                                "the file list after the test-run."));
     d->unprocessedGroup->addButton(removeMode, Remove);
 
     // ----------------------------------------------------------------
--- trunk/extragear/graphics/kipi-plugins/removeredeyes/detection/locators/haarclassifier/widgets/simplesettings.cpp \
#950788:950789 @@ -86,8 +86,8 @@
     d->settingsSlider->setStyleSheet(sliderStyle);
 
     QLabel* lSlow = new QLabel(i18n("<p><b>Slower<br/>(low-res / slightly blurred \
                images)</b></p>"
-                                    "<p>In this mode the automatic detection and \
                correction of the "
-                                    "red eyes is the most reliable. The drawback "
+                                    "<p>In this mode the automatic detection and \
correction of " +                                    "red-eye is the most reliable. \
                The drawback "
                                     "of the higher detection rate is a much slower \
computation.</p>"));  
     QLabel* lStd = new QLabel(i18n("<p><b>Standard</b></p>"
--- trunk/extragear/graphics/kipi-plugins/removeredeyes/plugin_removeredeyes.cpp \
#950788:950789 @@ -60,7 +60,7 @@
     KIPI::Plugin::setup(widget);
 
     m_action = actionCollection()->addAction("removeredeyes");
-    m_action->setText(i18n("&Red Eyes Removal..."));
+    m_action->setText(i18n("&Red-Eye Removal..."));
     m_action->setIcon(KIcon("draw-eraser"));
 
     connect(m_action, SIGNAL(triggered(bool)),
--- trunk/extragear/graphics/kipi-plugins/removeredeyes/removeredeyeswindow.cpp \
#950788:950789 @@ -123,7 +123,7 @@
 RemoveRedEyesWindow::RemoveRedEyesWindow(KIPI::Interface *interface)
                    : KDialog(0), d(new RemoveRedEyesWindowPriv)
 {
-    setWindowTitle(i18n("Automatic Red Eyes Removal"));
+    setWindowTitle(i18n("Automatic Red-Eye Removal"));
     setButtons(Help|User1|User2|Close);
     setDefaultButton(Close);
     setModal(false);
@@ -151,11 +151,11 @@
 
     // ----------------------------------------------------------
 
-    d->about = new KIPIPlugins::KPAboutData(ki18n("Remove Red-Eyes"),
+    d->about = new KIPIPlugins::KPAboutData(ki18n("Remove Red-Eye"),
                                             0,
                                             KAboutData::License_GPL,
                                             ki18n("A plugin to automatically "
-                                                  "detect and remove red-eyes"),
+                                                  "detect and remove red-eye \
                effect."),
                                             ki18n("(c) 2008-2009, Andi Clemens"));
 
     d->about->addAuthor(ki18n("Andi Clemens"), ki18n("Author and Maintainer"),
@@ -176,7 +176,7 @@
     setButtonGuiItem(User1, correctBtn);
 
     KGuiItem testrunBtn = KStandardGuiItem::apply();
-    testrunBtn.setText(i18n("&Testrun"));
+    testrunBtn.setText(i18n("&Test-Run"));
     testrunBtn.setToolTip(i18n("Simulate the correction process, without saving the \
results."));  setButtonGuiItem(User2, testrunBtn);
 
@@ -216,7 +216,7 @@
     QWidget* mainWidget     = new QWidget;
     QVBoxLayout* mainLayout = new QVBoxLayout;
 
-    d->tabWidget->insertTab(FileList, imagesTab,        i18n("Files List"));
+    d->tabWidget->insertTab(FileList, imagesTab,        i18n("File List"));
     d->tabWidget->insertTab(Settings, d->settingsTab,   i18n("Settings"));
 //    d->tabWidget->insertTab(Preview,  previewTab,       i18n("Preview"));
 
@@ -338,8 +338,8 @@
 {
     if (d->settings.storageMode == StorageSettingsBox::Overwrite)
     {
-        QString message = i18n("<p>You choose the <b>'overwrite' correction \
                mode</b>!<br/>"
-                               "Are you sure you want to loose your original image \
files?</p>"); +        QString message = i18n("<p>You chose the <b>'overwrite' \
correction mode</b>.<br/>" +                               "Are you sure you want to \
lose your original image files?</p>");  
         if (KMessageBox::questionYesNo(this, message, i18n("Overwrite mode"))
             == KMessageBox::No)
@@ -527,9 +527,9 @@
             case UnprocessedSettingsBox::Ask:
             {
                 QString message = i18n("<p>Some of the images could not be analyzed \
                "
-                                       "with the current settings or they do not "
-                                       "contain any red-eyes at all.</p>"
-                                       "<p><b>Would you like to remove those images \
" +                                       "with the current settings, or they do not \
" +                                       "contain any red-eye at all.</p>"
+                                       "<p><b>Would you like to remove these images \
"  "from the list?</b></p>");
 
                 if (KMessageBox::questionYesNo(this, message, i18n("Remove \
unprocessed images?")) @@ -565,7 +565,7 @@
     if (raw)
     {
         QString message = i18n("<p>You tried to add <b>RAW images</b> to the \
                plugin,<br/>"
-                               "but those filetypes are not supported.</p>"
+                               "but those file-types are not supported.</p>"
                                "<p><b>They were automatically removed from the \
list.</b></p>");  
         KMessageBox::information(this, message, i18n("RAW images found"));
@@ -650,7 +650,7 @@
     QString message = i18np("<p>%1 image has been successfully processed.</p>",
                             "<p>%1 images have been successfully processed.</p>",
                             d->imageList->processedImages());
-    message.append(i18n("<h2>Correction Complete!</h2>"));
+    message.append(i18n("<h2>Correction Complete</h2>"));
 
     KMessageBox::information(this, message, i18n("Correction Complete"));
     closeClicked();


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic