diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-13 16:37:08 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-13 16:37:08 -0700 |
commit | 5094c9f259bdca4f6be7472016cceeb289dae21e (patch) | |
tree | 8cbd83c729c2245011dc69c0765e73108aaa3caa /app/src/main/res/values/strings.xml | |
parent | acd75b5bd9d56e0e586fb047c09649d35f823bd1 (diff) | |
download | frost-5094c9f259bdca4f6be7472016cceeb289dae21e.tar.gz frost-5094c9f259bdca4f6be7472016cceeb289dae21e.tar.bz2 frost-5094c9f259bdca4f6be7472016cceeb289dae21e.zip |
Fix multi entry formats, resolves #1428
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 29d00a6f..c2660c6a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -74,7 +74,7 @@ The first element is the day, and the second element is the time --> - <string name="time_template">%1s at %2s</string> + <string name="time_template">%1$s at %2$s</string> <string name="disclaimer">Disclaimer</string> |