Fixed minor typo: don't use exclamation points in messages.
SVN_SILENT svn path=/trunk/KDE/kdelibs/; revision=1039153
This commit is contained in:
parent
a6211982da
commit
242868a972
@ -116,7 +116,7 @@ void RemoteServiceJob::checkValidity()
|
||||
{
|
||||
if (!m_service->isOperationEnabled(operationName())) {
|
||||
setError(-1);
|
||||
setErrorText(i18n("Job no longer valid, operation is not enabled!"));
|
||||
setErrorText(i18n("Job no longer valid, operation is not enabled."));
|
||||
} else if (m_delayedDesc) {
|
||||
d->parameters = m_service->parametersFromDescription(*m_delayedDesc);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user