From 02480299b253f8cb882f44aa05ace1a0ae223a7b Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Mon, 10 Dec 2018 20:54:25 +0100 Subject: [PATCH] Add strings for call-to-action for patreon support --- app/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 87b8e7f80..de5b41652 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -148,5 +148,7 @@ <string name="info_copied_version">Version copied to clipboard</string> + <string name="advertisement_support_patreon">Please help support the development of this app through <a href="https://www.patreon.com/justjanne">Patreon</a>.</string> + <string name="drag_intercept_bottom_sheet_behavior" translatable="false">de.kuschku.quasseldroid.util.ui.DragInterceptBottomSheetBehavior</string> </resources> -- GitLab