Use correct name capitalization in application name
authorBartosz Przybylski <bart.p.pl@gmail.com>
Wed, 18 Nov 2015 10:16:55 +0000 (11:16 +0100)
committerBartosz Przybylski <bart.p.pl@gmail.com>
Wed, 18 Nov 2015 10:16:55 +0000 (11:16 +0100)
res/values/setup.xml

index 0d156b2..b23f7b1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
     <!-- App name  and other strings-->
-    <string name="app_name">Owncloud Beta</string>
+    <string name="app_name">ownCloud beta</string>
     <string name="account_type">owncloud.beta</string> <!-- better if was a domain name; but changing it now would require migrate accounts when the app is updated -->
     <string name="authority">org.owncloud.beta.provider</string>       <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
     <string name="authorityCache">org.owncloud.beta.imageCache.provider</string>