Update "yes" string for German language.
Remove the double quote in the string.
Fixes: 156627009
Test: observe the UI
Change-Id: I4659aa88a8f43df2477d5fe7b3dd60869c65f80d
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index d33aeee..21fae3e 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -16,7 +16,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="yes" msgid="1999566976857398962">"\"Ja\""</string>
+ <string name="yes" msgid="1999566976857398962">"Ja"</string>
<string name="no" msgid="5541738710521607130">"Nein"</string>
<string name="create" msgid="986997212165228751">"Erstellen"</string>
<string name="allow" msgid="3763244945363657722">"Zulassen"</string>