diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-08-03 21:24:13 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-08-03 21:24:13 +0200 |
commit | 45dc22a0442f26eb478b20cc9b00d32a1c5bcb72 (patch) | |
tree | 7236724a58f239a9786e1b25c48d6b91f2128200 | |
parent | 927f32d39b8a51450155974ce8df6696cabb380a (diff) | |
parent | 12ac0f608d8cd8b70348fdad3322da97c15f4047 (diff) | |
download | AntennaPod-45dc22a0442f26eb478b20cc9b00d32a1c5bcb72.zip |
Merged #200 into develop
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b79c561f4..b3f9975cb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> -<resources> +<resources + xmlns:tools="http://schemas.android.com/tools" + tools:ignore="MissingTranslation" + > <!-- Activitiy titles --> <string name="app_name">AntennaPod</string> |