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

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/imageeditor/editor
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2007-04-05 17:18:03
Message-ID: 1175793483.212717.12640.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 650879 by cgilles:

fix i18n

 M  +2 -2      editorwindow.cpp  


--- trunk/extragear/graphics/digikam/utilities/imageeditor/editor/editorwindow.cpp #650878:650879
@@ -509,13 +509,13 @@
     d->selectLabel->setAlignment(Qt::AlignCenter);
     d->selectLabel->setMaximumHeight(fontMetrics().height()+2);   
     statusBar()->addWidget(d->selectLabel, 100);
-    QToolTip::add(d->selectLabel, i18n("Informations about current selection area"));
+    QToolTip::add(d->selectLabel, i18n("Information about current selection area"));
 
     m_resLabel  = new QLabel(statusBar());
     m_resLabel->setAlignment(Qt::AlignCenter);
     m_resLabel->setMaximumHeight(fontMetrics().height()+2);   
     statusBar()->addWidget(m_resLabel, 100);
-    QToolTip::add(m_resLabel, i18n("Informations about image size"));
+    QToolTip::add(m_resLabel, i18n("Information about image size"));
 
     d->underExposureIndicator = new QToolButton(statusBar());
     d->underExposureIndicator->setIconSet(SmallIcon("underexposure"));
[prev in list] [next in list] [prev in thread] [next in thread] 

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