Update "yes" string for German language.

Remove the double quote in the string.

Fixes: 156627009
Test: observe the UI
Change-Id: I4659aa88a8f43df2477d5fe7b3dd60869c65f80d
This commit is contained in:
Stanley Wang
2020-06-08 19:33:51 +08:00
parent a44860c880
commit 543c9c6f2d

View File

@@ -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>