1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-11 01:58:44 +03:00

Minor spelling corrections.

Closes: https://phabricator.kde.org/D11101
This commit is contained in:
Scarlett Clark 2018-03-07 10:29:19 -07:00
parent 420b3d09f0
commit 71d339516e
2 changed files with 2 additions and 2 deletions

View File

@ -856,7 +856,7 @@ inline void DockView::syncGeometry()
//! before updating the positioning and geometry of the dock
//! we make sure that the dock is at the correct screen
if (this->screen() != m_screenToFollow) {
qDebug() << "Sync Geometry screens incosistent!!!!";
qDebug() << "Sync Geometry screens inconsistent!!!!";
m_screenSyncTimer.start();
} else {
found = true;

View File

@ -500,7 +500,7 @@ void SettingsDialog::on_exportButton_clicked()
QStringList filters;
QString filter1(i18nc("export layout", "Latte Dock Layout file v0.2") + "(*.layout.latte)");
QString filter2(i18nc("export full configuraion", "Latte Dock Full Configuration file v0.2") + "(*.latterc)");
QString filter2(i18nc("export full configuration", "Latte Dock Full Configuration file v0.2") + "(*.latterc)");
filters << filter1
<< filter2;