minor: fix misspellings and improve English phrasing

wilder-work
Allen Winter 13 years ago
parent 74445fe257
commit f2fcdd22df
  1. 4
      kmmainwidget.cpp
  2. 2
      ui/securitypagegeneraltab.ui

@ -4687,7 +4687,9 @@ void KMMainWidget::showCollectionProperties( const QString &pageToShow )
return;
if ( Solid::Networking::status() == Solid::Networking::Unconnected ) {
KMessageBox::information( this, i18n( "Network is unconnected, some infos from folder could not be updated." ) );
KMessageBox::information(
this,
i18n( "Network is unconnected. Folder information cannot be updated." ) );
showCollectionPropertiesContinued( pageToShow, QPointer<KPIM::ProgressItem>() );
} else {
const Akonadi::AgentInstance agentInstance = Akonadi::AgentManager::self()->instance( mCurrentFolder->collection().resource() );

@ -207,7 +207,7 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>KMail can analyse messages for suspected email scams by looking for common techniques used to deceive you</string>
<string>KMail can analyze messages for suspected email scams by looking for common techniques used to deceive you</string>
</property>
</widget>
</item>

Loading…
Cancel
Save