summaryrefslogtreecommitdiffstats
path: root/make/resources/android/res-jocl/values/strings.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-01-26 02:14:26 +0100
committerSven Gothel <[email protected]>2014-01-26 02:14:26 +0100
commitaac4c5fc4ab7c77eff3b71f518100dd182ec2c33 (patch)
tree3883e6e9a97146a0cbf503ff67f7b58870fe22dd /make/resources/android/res-jocl/values/strings.xml
parentac84afd26ad3b34851a423fb90e6c819b9dc9495 (diff)
Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android JoclVersionActivity
Cleanup Build: - Move gluegen config files into make/config (cleanup) - Move stub_includes into respective folder make/stub_includes and keep resources 'clean' JoclVersion: - Analoge to JoglVersion, replaces JOCLVersion (deprecated for now) - Added text based CL info dump. JoclVersionActivity: - Analog to JoclVersionActivity - Added full launch .. tested on Android (but no OpenCL avail.)
Diffstat (limited to 'make/resources/android/res-jocl/values/strings.xml')
-rw-r--r--make/resources/android/res-jocl/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/resources/android/res-jocl/values/strings.xml b/make/resources/android/res-jocl/values/strings.xml
index 24038557..9834b351 100644
--- a/make/resources/android/res-jocl/values/strings.xml
+++ b/make/resources/android/res-jocl/values/strings.xml
@@ -3,6 +3,6 @@
<string name="hello">Jocl Library</string>
<string name="app_name">JogAmp\'s Jocl Library</string>
<string name="app_descr">Contains Dalvik and native code, supporting native bindings.</string>
- <string name="activity_v_name">Jocl</string>
- <string name="activity_v_descr">The Jocl Library.</string>
+ <string name="activity_v_name">Jocl\'s Version</string>
+ <string name="activity_v_descr">Shows the version of the JOCL Library and runtime CL infos.</string>
</resources>