aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/res-jogl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-11-07 06:22:52 +0100
committerSven Gothel <[email protected]>2013-11-07 06:22:52 +0100
commit55e897e9b4484a6770a58c7943361663bb2355e4 (patch)
tree85bd25de220eb0b76b9dbc8149d32e3b0d0abd20 /make/resources/android/res-jogl
parentaeae8452115b10c3d54a9836159a8a7d8b5520f8 (diff)
Android: Add NewtDebugActivity
Diffstat (limited to 'make/resources/android/res-jogl')
-rw-r--r--make/resources/android/res-jogl/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/resources/android/res-jogl/values/strings.xml b/make/resources/android/res-jogl/values/strings.xml
index 3064dad88..ae4816665 100644
--- a/make/resources/android/res-jogl/values/strings.xml
+++ b/make/resources/android/res-jogl/values/strings.xml
@@ -3,6 +3,8 @@
<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\'s Version</string>
- <string name="activity_v_descr">Shows the version of the JOGL Library and runtime GL infos.</string>
+ <string name="activity_version_name">Jogl\'s Version</string>
+ <string name="activity_version_descr">Shows the version of the JOGL Library and runtime GL infos.</string>
+ <string name="activity_debug_name">Jogl Debug</string>
+ <string name="activity_debug_descr">Debug output of JOGL\'s initialization.</string>
</resources>