l10n: Correct two typo
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Fri, 10 Sep 2021 07:05:35 +0000 (09:05 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 10 Sep 2021 10:25:34 +0000 (12:25 +0200)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/UserStatusSelector.qml
src/gui/updater/ocupdater.cpp

index c879df442da4a8835ef46ce4069e14c6e8072924..ba6ef9e2ec9a56e8ffdaccf03bf25bc96e5934c1 100644 (file)
@@ -134,7 +134,7 @@ ColumnLayout {
         TextField {
             id: userStatusMessageTextField
             Layout.fillWidth: true
-            placeholderText: qsTr("What is your Status?")
+            placeholderText: qsTr("What is your status?")
             text: userStatusSelectorModel.userStatusMessage
             onEditingFinished: userStatusSelectorModel.setUserStatusMessage(text)
         }
index 6d5ee549d1af37353a2f52a8b64d3fc202c8cd07..684ee2020f6f58bf1b00309f08954663fa104138 100644 (file)
@@ -453,7 +453,7 @@ void NSISUpdater::showUpdateErrorDialog(const QString &targetVersion)
     ico->setPixmap(infoIcon.pixmap(iconSize));
     auto lbl = new QLabel;
     QString txt = tr("<p>A new version of the %1 Client is available but the updating process failed.</p>"
-                     "<p><b>%2</b> has been downloaded. The installed version is %3. If you confirm restart and upate, your computer may reboot to complete the installation.</p>")
+                     "<p><b>%2</b> has been downloaded. The installed version is %3. If you confirm restart and update, your computer may reboot to complete the installation.</p>")
                       .arg(Utility::escape(Theme::instance()->appNameGUI()),
                           Utility::escape(targetVersion), Utility::escape(clientVersion()));