Proof-reading.
svn path=/trunk/KDE/kdelibs/; revision=1033253
This commit is contained in:
parent
660082707f
commit
ffcb8b6e62
@ -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);
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user