summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-08-15 18:56:04 +0200
committerSean Leonard <meanderingcode@aetherislands.net>2013-11-13 17:14:40 -0800
commit077524b41aab453ea5895eff4bc394fec7430671 (patch)
tree3cc252a8d81c7e8173d1d4dd781a860612ba280d /res
parente8c7e0f55fdc669aba1ec20c2faa0483ac80dfa9 (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')
-rwxr-xr-xres/values/strings.xml1
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>