From 06921ebd9a351e4f19d1876b4efab4940a16a9ac Mon Sep 17 00:00:00 2001 From: massimiliano <massimiliano@disroot.org> Date: Tue, 23 Oct 2018 17:33:12 +0200 Subject: [PATCH] commented out not translatable string --- app/src/main/res/values-sr/strings.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index be768fc..b1b9df1 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -44,10 +44,11 @@ <string name="licenseTitle">License</string> <string name="license_button">GNU LGPLv3.0 License</string> + <!--Non translatable <string translatable="false" name="licenseText">Copyright © 2007 Free Software Foundation, Inc.\n This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License only.\n\n This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - </string> + </string>--> <string name="maintainersTitle">Maintainers</string> <string name="maintainersText">This app is currently being developed and maintained by\n\n</string> -- GitLab