Proof-reading.

svn path=/trunk/KDE/kdelibs/; revision=1033253
This commit is contained in:
Andrew Coles 2009-10-09 20:07:44 +00:00
parent 660082707f
commit ffcb8b6e62
4 changed files with 5 additions and 5 deletions

View File

@ -279,7 +279,7 @@ void DesktopToolBox::toolTipAboutToShow()
}
ToolTipContent c(i18n("Tool Box"),
i18n("Click to access configuration options and controls or to add more widget to the %1.",
i18n("Click to access configuration options and controls, or to add more widgets to the %1.",
containment()->name()),
KIcon("plasma"));
c.setAutohide(false);

View File

@ -38,7 +38,7 @@
</size>
</property>
<property name="text">
<string>Enter a password below. Enter the same password on the device you're trying to connect with.</string>
<string>Enter a password below. Enter the same password on the device to which you are trying to connect.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>

View File

@ -157,7 +157,7 @@ void AccessAppletJob::start()
#else
kWarning() << "libplasma was compiled without support for remote services. Accessing remote applet failed because of that.";
setError(-1);
setErrorText(i18n("Your system doesn't provide support for the 'remote widgets' feature. Access Failed."));
setErrorText(i18n("Your system does not provide support for the 'remote widgets' feature. Access Failed."));
emitResult();
#endif
}

View File

@ -54,8 +54,8 @@ ClientPinRequest::~ClientPinRequest()
QString ClientPinRequest::description() const
{
return i18n("You've requested access to the %1 hosted at %2.", d->service->name(),
d->service->location());
return i18n("You have requested access to the %1 hosted at %2.", d->service->name(),
d->service->location());
}
void ClientPinRequest::setPin(const QString &pin)