diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2018-02-01 23:31:30 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-02-02 13:51:18 +0100 |
commit | acc1edd664142d54da8d100e4ff77abfd192ef93 (patch) | |
tree | 82a0a94c3519ec2e3338005d0e43628d56261dc2 | |
parent | 26eee611cbc9f93b4531e1168eda72126cec2505 (diff) |
tdf#115388: Android: Use HTTP Secure
Change-Id: Ia2e198c20b904ba178fac2969dfa80f3f1291be1
Reviewed-on: https://gerrit.libreoffice.org/49123
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | android/source/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml index 052389847f7c..c55b5a61f53b 100644 --- a/android/source/res/values/strings.xml +++ b/android/source/res/values/strings.xml @@ -7,7 +7,7 @@ <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string> <string name="app_version">Version: %1$s\nBuild ID: %2$s</string> <string name="app_description">LibreOffice Viewer is a document viewer based on LibreOffice.</string> - <string name="app_credits">http://www.libreoffice.org</string> + <string name="app_credits">https://www.libreoffice.org</string> <string name="app_vendor">This release was supplied by $VENDOR.</string> <string name="temp_file_saving_disabled">This file is read-only, saving is disabled.</string> |