diff options
author | Sam Whited <sam@samwhited.com> | 2015-01-17 20:53:25 -0500 |
---|---|---|
committer | Sam Whited <sam@samwhited.com> | 2015-01-17 20:53:25 -0500 |
commit | 83c806a774a09d54a0ef84ec5400c348256ff03b (patch) | |
tree | 689b347b830ddc864dce6b0bd12ed7912293048c /src/main/res/values | |
parent | c17005218f454397535bcbddf09ecf75553fb2b8 (diff) |
Fix string substitutions with unknown filetypes
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index fb6878ce..e9699745 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -362,6 +362,7 @@ <string name="choose_file">Choose file</string> <string name="receiving_x_file">Receiving %1$s (%2$d%% completed)</string> <string name="download_x_file">Download %s</string> + <string name="file">file</string> <string name="open_x_file">Open %s</string> <string name="sending_file">sending (%1$d%% completed)</string> <string name="preparing_file">Preparing file for transmission</string> |