Fix minor typos

pull/1/head
Yuri Chornoivan 8 years ago
parent d83bd1a3ad
commit fd1ae873c4

@ -571,7 +571,7 @@ void DockCorona::syncDockViews()
qDebug() << "removing consideration & updating screen for always on primary docks...."; qDebug() << "removing consideration & updating screen for always on primary docks....";
//! this code trys to find a containment that must not be deleted by //! this code tries to find a containment that must not be deleted by
//! automatic algorithm. Currently the containment with the minimum id //! automatic algorithm. Currently the containment with the minimum id
//! containing tasks plasmoid wins //! containing tasks plasmoid wins
int preserveContainmentId{ -1}; int preserveContainmentId{ -1};

@ -254,7 +254,7 @@ void LayoutConfigDialog::on_importButton_clicked()
msg->setIcon(QMessageBox::Warning); msg->setIcon(QMessageBox::Warning);
msg->setWindowTitle(i18n("Import: Configuration file version v0.1")); msg->setWindowTitle(i18n("Import: Configuration file version v0.1"));
msg->setText( msg->setText(
i18n("You are going to import an old version <b>v0.1</b> configuration file.<br><b>Be careful</b>, importing the entire configuration <b>will erase all</b> your current configuration!!!.<br><br> <i>Alternative, you can <b>import safely</b> from this file<br><b>only the contained layouts...</b></i>")); i18n("You are going to import an old version <b>v0.1</b> configuration file.<br><b>Be careful</b>, importing the entire configuration <b>will erase all</b> your current configuration!!!<br><br> <i>Alternative, you can <b>import safely</b> from this file<br><b>only the contained layouts...</b></i>"));
msg->setStandardButtons(QMessageBox::Cancel); msg->setStandardButtons(QMessageBox::Cancel);
QPushButton *fullBtn = new QPushButton(msg); QPushButton *fullBtn = new QPushButton(msg);
@ -566,7 +566,7 @@ void LayoutConfigDialog::loadLayouts()
auto msg = new QMessageBox(this); auto msg = new QMessageBox(this);
msg->setIcon(QMessageBox::Warning); msg->setIcon(QMessageBox::Warning);
msg->setWindowTitle(i18n("Layout Warning")); msg->setWindowTitle(i18n("Layout Warning"));
msg->setText(i18n("The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove them<b> to improve the system stability...").arg(brokenLayouts.join(","))); msg->setText(i18n("The layout(s) <b>%0</b> have <i>broken configuration</i>!!! Please <b>remove them</b> to improve the system stability...").arg(brokenLayouts.join(",")));
msg->setStandardButtons(QMessageBox::Ok); msg->setStandardButtons(QMessageBox::Ok);
msg->open(); msg->open();

@ -14,7 +14,7 @@
<summary xml:lang="ru">Док в массы</summary> <summary xml:lang="ru">Док в массы</summary>
<summary xml:lang="zh-TW">使 Dock</summary> <summary xml:lang="zh-TW">使 Dock</summary>
<description> <description>
<p>Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and trys to be there only when it is needed.</p> <p>Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and tries to be there only when it is needed.</p>
<p xml:lang="ca">El Latte és un acoblador basat en els Frameworks del Plasma que proporciona una experiència elegant i intuïtiva per a les vostres tasques i els plasmoides. Anima els seus continguts usant un efecte de zoom parabòlic i intenta mostrar-se només quan cal.</p> <p xml:lang="ca">El Latte és un acoblador basat en els Frameworks del Plasma que proporciona una experiència elegant i intuïtiva per a les vostres tasques i els plasmoides. Anima els seus continguts usant un efecte de zoom parabòlic i intenta mostrar-se només quan cal.</p>
<p xml:lang="de">Latte Dock basiert auf Plasma Framework Technologie und bietet einen eleganten, intuitiven Umgang mit Plasmoiden und Tasks. <p xml:lang="de">Latte Dock basiert auf Plasma Framework Technologie und bietet einen eleganten, intuitiven Umgang mit Plasmoiden und Tasks.
Es animiert mithilfe parabolischer Zoom Effekte und versucht nur da zu sein wenn man es braucht. Es animiert mithilfe parabolischer Zoom Effekte und versucht nur da zu sein wenn man es braucht.

Loading…
Cancel
Save