diff options
author | Joe Robinson <joe@sol.(none)> | 2011-10-22 00:13:24 +0100 |
---|---|---|
committer | Joe Robinson <joe@sol.(none)> | 2011-10-22 00:13:24 +0100 |
commit | 559305e42e1ea09b8d26085e8f8355bdb6ba0352 (patch) | |
tree | 10815d4f875c41842119f372d5e9226bab4abc92 /res/values | |
parent | a983fe36ddf8352b7d1122bdc060d271004724ee (diff) |
Updating with code from months ago that wasn't commited (This might
break everything)
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4f00040..9e611cf 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,6 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="hello">Hello World, fileBrowser!</string> - <string name="app_name">blauploader</string> -</resources> +<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="hello">Hello World, fileBrowser!</string>
+ <string name="app_name">blauploader</string>
+ <string name="cancel">Cancel</string>
+</resources>
|