android/app/src/main/res/values/strings.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
New commits: commit 513c6ec8c566de690a86a11393f6a52ca3020e4b Author: Jan Holesovsky <ke...@collabora.com> AuthorDate: Fri Dec 13 10:21:56 2019 +0100 Commit: Jan Holesovsky <ke...@collabora.com> CommitDate: Fri Dec 13 10:24:14 2019 +0100 android: Kill unnecessary capitalization. Thanks to Adolfo Jayme Barrientos for spotting this. Change-Id: I1104db134e60081cc1fac19b7e43997ea1738041 Reviewed-on: https://gerrit.libreoffice.org/85095 Reviewed-by: Jan Holesovsky <ke...@collabora.com> Tested-by: Jan Holesovsky <ke...@collabora.com> (cherry picked from commit 1c43e7fd68e9000f332800dba4df61adcef9a870) Reviewed-on: https://gerrit.libreoffice.org/85096 diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 082374b38..033ae98c2 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -74,9 +74,9 @@ <string name="remote_server">Remote server</string> <string name="usb_connected_configure">USB connected, configure your device.</string> - <string name="owncloud_wrong_connection">Cannot connect to the Cloud server. Check your configuration.</string> - <string name="owncloud_unauthorized">Cannot log into the Cloud server. Check your configuration.</string> - <string name="owncloud_unspecified_error">Unspecified error connecting to the Cloud server. Check your configuration and/or try later.</string> + <string name="owncloud_wrong_connection">Cannot connect to the cloud server. Check your configuration.</string> + <string name="owncloud_unauthorized">Cannot log in to the cloud server. Check your configuration.</string> + <string name="owncloud_unspecified_error">Unspecified error connecting to the cloud server. Check your configuration and/or try later.</string> <string name="ext_document_provider_error">Invalid root file. Check your sd card configuration.</string> <string name="otg_missing_error">Invalid root file. Check your OTG device and/or configuration.</string> @@ -93,7 +93,7 @@ <string name="otg_device_path">OTG device path</string> <string name="otg_warning">Experimental Feature: Use only if OTG device is writable.</string> <string name="server_url">Server URL</string> - <string name="server_url_and_port">URL and port of the Cloud server.</string> + <string name="server_url_and_port">URL and port of the cloud server.</string> <string name="user_name">User name</string> <string name="password">Password</string> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits