[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-0' - android/app

Jan Holesovsky (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 13 09:24:02 UTC 2019


 android/app/src/main/res/values/strings.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 1c43e7fd68e9000f332800dba4df61adcef9a870
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Fri Dec 13 10:21:56 2019 +0100
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Fri Dec 13 10:23:42 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 <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

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>
 


More information about the Libreoffice-commits mailing list