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

List:       kde-commits
Subject:    koffice/kexi/plugins/reportspgz/backend/wrtembed
From:       Adam Pigg <adam () piggz ! co ! uk>
Date:       2008-10-17 21:50:34
Message-ID: 1224280234.586540.6072.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 872712 by piggz:

Fixed badly worded text in messages.
BUG:172902

 M  +2 -2      sectioneditor.cpp  


--- trunk/koffice/kexi/plugins/reportspgz/backend/wrtembed/sectioneditor.cpp \
#872711:872712 @@ -284,7 +284,7 @@
 
                 if (column != rsdg->column() && _rsd->findSection(column) != -1) {
                     QMessageBox::warning(this, i18n("Error Encountered"),
-                                         i18n("Tried to add a new Group section with \
a non-unique name.")); +                                         i18n("Unable to add \
a new group because its name would not be unique"));  } else {
 
                     lbGroups->changeItem(column, idx);
@@ -319,7 +319,7 @@
             name = QString().sprintf("unnamed%d", i);
         }
         if (_rsd->findSection(name) != -1) {
-            QMessageBox::warning(this, i18n("Error Encountered"), i18n("Unable to \
add a new group because a non-unique name could be generated.")); +            \
QMessageBox::warning(this, i18n("Error Encountered"), i18n("Unable to add a new group \
because its name would not be unique"));  return;
         }
         ReportSectionDetailGroup * rsdg = new ReportSectionDetailGroup(name, _rsd, \
_rsd);


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

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