diff options
author | Martin Fietz <martin.fietz@gmail.com> | 2018-01-02 20:42:34 +0100 |
---|---|---|
committer | Martin Fietz <martin.fietz@gmail.com> | 2018-01-02 20:42:34 +0100 |
commit | eddc0a6a13bf70fd64266897a8f098f63b4d20a1 (patch) | |
tree | 805ede344e57523685a1ef85964e16e0dc0c919a /app/src/debug/res/values/strings.xml | |
parent | 717a1ec00ea140bd6ae2962449cffbc37e7d3725 (diff) | |
parent | f9686ffba71ae0c569acca351a2385b3d04207b4 (diff) | |
download | AntennaPod-eddc0a6a13bf70fd64266897a8f098f63b4d20a1.zip |
Merge branch 'develop'
Diffstat (limited to 'app/src/debug/res/values/strings.xml')
-rw-r--r-- | app/src/debug/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml new file mode 100644 index 000000000..47ef3c5fd --- /dev/null +++ b/app/src/debug/res/values/strings.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="app_name" translate="false">AntennaPod Debug</string> +</resources> |