diff options
author | Sven Gothel <[email protected]> | 2011-07-28 01:56:18 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-28 01:56:18 +0200 |
commit | 445521018f49305cb3c09a4f2dcf0e9be8bc5a46 (patch) | |
tree | 3102aebda57edb32656a03a89c657848ebfc5b40 /make | |
parent | fc3b4f1d65c26ef872188d69310fc787728d2a3d (diff) |
proper GlueGen spelling
Diffstat (limited to 'make')
-rw-r--r-- | make/lib/android/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/lib/android/res/values/strings.xml b/make/lib/android/res/values/strings.xml index 779e490..07501cc 100644 --- a/make/lib/android/res/values/strings.xml +++ b/make/lib/android/res/values/strings.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <string name="hello">Hello World, GluegenActivity!</string> - <string name="app_name">Gluegen</string> + <string name="hello">GlueGen Activity is Greeting You.</string> + <string name="app_name">GlueGen</string> </resources> |