[Kst] kdeextragear-2/kst/kst (silent)
Andrew Coles
andrew_coles at yahoo.co.uk
Fri Jan 14 16:07:57 CET 2005
CVS commit by coles:
CVS_SILENT
Corrected a few typos (notifcation -> notification, apsect -> aspect) and
reworked one message to make it scan a little better.
M +2 -2 emailthread.cpp 1.11
M +2 -2 graphfiledialog.ui 1.14
--- kdeextragear-2/kst/kst/emailthread.cpp #1.10:1.11
@@ -195,5 +195,5 @@ void EMailThread::result(KIO::Job *job)
if (job->error()) {
- KstDebug::self()->log(i18n("Error sending automated email notifcation: [%1].").arg(job->errorText()), KstDebug::Warning);
+ KstDebug::self()->log(i18n("Error sending automated email notification: [%1].").arg(job->errorText()), KstDebug::Warning);
_sendOk = false;
if (job->error() == KIO::ERR_SLAVE_DIED) {
@@ -209,5 +209,5 @@ void EMailThread::slaveError(KIO::Slave
{
if (aSlave == _slave) {
- KstDebug::self()->log(i18n("Error sending automated email notifcation: [%1,%2].").arg(error).arg(errorMsg), KstDebug::Warning);
+ KstDebug::self()->log(i18n("Error sending automated email notification: [%1,%2].").arg(error).arg(errorMsg), KstDebug::Warning);
if (error == KIO::ERR_SLAVE_DIED) {
_slave = 0L;
--- kdeextragear-2/kst/kst/graphfiledialog.ui #1.13:1.14
@@ -234,5 +234,5 @@
<item>
<property name="text">
- <string>height, maintaining apsect ratio</string>
+ <string>height, maintaining aspect ratio</string>
</property>
</item>
@@ -298,5 +298,5 @@
</property>
<property name="whatsThis" stdset="0">
- <string>When checked, the image will be repeatedly saved using the indicated period. This is useful for, eg, live web page images.</string>
+ <string>When checked, the image will be repeatedly saved using the indicated period. This is useful, for example, for live web page images.</string>
</property>
</widget>
More information about the Kst
mailing list