aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/res-jogl/values
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-05-04 05:31:27 +0200
committerSven Gothel <[email protected]>2012-05-04 05:31:27 +0200
commita38f799a0d771e0396df04261c2ab7642480f865 (patch)
tree4964eb11f3cf3933262b076819260f70b2157b6f /make/resources/android/res-jogl/values
parent137e58ba482e20822ff313716e0d2d9d56587dd9 (diff)
Android: Fix JOGL's (NEWT) Version activity: Use Launcher, show GL version
Diffstat (limited to 'make/resources/android/res-jogl/values')
-rw-r--r--make/resources/android/res-jogl/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/resources/android/res-jogl/values/strings.xml b/make/resources/android/res-jogl/values/strings.xml
index 6c0a469e0..3064dad88 100644
--- a/make/resources/android/res-jogl/values/strings.xml
+++ b/make/resources/android/res-jogl/values/strings.xml
@@ -3,6 +3,6 @@
<string name="hello">Jogl Library</string>
<string name="app_name">JogAmp\'s Jogl Library</string>
<string name="app_descr">Contains Dalvik and native code, supporting native bindings.</string>
- <string name="activity_v_name">Jogl</string>
- <string name="activity_v_descr">The Jogl Library.</string>
+ <string name="activity_v_name">Jogl\'s Version</string>
+ <string name="activity_v_descr">Shows the version of the JOGL Library and runtime GL infos.</string>
</resources>