From kde-commits Sat Dec 04 12:13:46 2010 From: Andrew Coles Date: Sat, 04 Dec 2010 12:13:46 +0000 To: kde-commits Subject: KDE/kdelibs/kio/kio Message-Id: <20101204121346.5DC39AC8A5 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129146487416272 SVN commit 1203506 by coles: Proof-reading, changing one string. Avoid using exclamation points in messages. See the HIG for more details: http://techbase.kde.org/Projects/Usability/HIG/Exclamation_points CCMAIL: kde-i18n-doc@kde.org M +1 -1 renamedialog.cpp --- trunk/KDE/kdelibs/kio/kio/renamedialog.cpp #1203505:1203506 @@ -244,7 +244,7 @@ QLabel* destInfo = createSqueezedLabel(parent, d->dest.pathOrUrl()); if (mtimeDest > mtimeSrc) { - QLabel* warningLabel = new QLabel(i18n("Warning, the destination is newer!"), this); + QLabel* warningLabel = new QLabel(i18n("Warning, the destination is newer."), this); gridLayout->addWidget(titleLabel, 0, 0, 1, 2); // takes the complete first line gridLayout->addWidget(warningLabel, 1, 0, 1, 2);