diff options
author | Parménides GV <parmegv@sdf.org> | 2013-08-15 18:56:04 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-11-13 17:14:40 -0800 |
commit | 077524b41aab453ea5895eff4bc394fec7430671 (patch) | |
tree | 3cc252a8d81c7e8173d1d4dd781a860612ba280d /res/values/strings.xml | |
parent | e8c7e0f55fdc669aba1ec20c2faa0483ac80dfa9 (diff) |
AlertDialog for failed downloads.
The dialog shows only an "OK" button to dismiss it, and the reason why
the download failed.
Right now, this dialog appears if a download is not successful. If it's
too intrusive, I can remove some cases. Let's try how it feels.
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 39c82d40..1abd85cd 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10,6 +10,7 @@ <string name="cant_read_folder">Unable to read directory</string> <string name="select">Select</string> <string name="cancel">Cancel</string> + <string name="ok">OK</string> <string name="no_data">No Data</string> <string name="useLZO">LZO Compression</string> <string name="client_no_certificate">No Certificate</string> |