Explorar o código

Merge pull request #1381 from nextcloud/comradekingu-patch-1

Spelling: Android, comma
Andy Scherzinger %!s(int64=7) %!d(string=hai) anos
pai
achega
7f72c786fa

+ 2 - 2
src/gplay/AndroidManifest.xml

@@ -19,8 +19,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           package="com.owncloud.android"
-          android:versionCode="20000003"
-          android:versionName="2.0.0RC3">
+          android:versionCode="20000004"
+          android:versionName="2.0.0RC4">
 
     <application
         android:name=".MainApp"

+ 2 - 2
src/main/AndroidManifest.xml

@@ -20,8 +20,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.owncloud.android"
-          android:versionCode="20000003"
-          android:versionName="2.0.0RC3">
+          android:versionCode="20000004"
+          android:versionName="2.0.0RC4">
 
     <uses-sdk
         android:minSdkVersion="14"

+ 2 - 2
src/main/res/values/strings.xml

@@ -626,13 +626,13 @@
     <string name="welcome_feature_3_text">Keep your photos safe</string>
 
     <string name="whats_new_auto_upload_title">Enhanced auto upload</string>
-    <string name="whats_new_auto_upload_content">\u2022 for all android versions\n\u2022 less battery consumption\n\u2022 more reliable, but not instant\n\u2022 separation of images &amp; videos</string>
+    <string name="whats_new_auto_upload_content">\u2022 for all Android versions\n\u2022 less battery consumption\n\u2022 more reliable, but not instant\n\u2022 separation of images &amp; videos</string>
 
     <string name="whats_new_search_title">Full server search</string>
     <string name="whats_new_search_content">\u2022 Not only in current folder\n\u2022 Returns results from complete server\n\u2022 Directly open files/folders\n\u2022 Supported in NC12 and above</string>
 
     <string name="whats_new_theming_title">Theming support</string>
-    <string name="whats_new_theming_content">If enabled on server app will show\n\u2022 background image\n\u2022 server name\n\u2022 use color to distinguish accounts</string>
+    <string name="whats_new_theming_content">If enabled on server, app will show\n\u2022 background image\n\u2022 server name\n\u2022 use color to distinguish accounts</string>
 
     <string name="whats_new_notification_title">Notification support</string>
     <string name="whats_new_notification_content">Get notifications like\n\u2022 new remote share\n\u2022 comment mentions\n\u2022 admin announcements</string>

+ 2 - 2
src/modified/AndroidManifest.xml

@@ -19,8 +19,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           package="com.owncloud.android"
-          android:versionCode="20000003"
-          android:versionName="2.0.0RC3">
+          android:versionCode="20000004"
+          android:versionName="2.0.0RC4">
 
     <application
         android:name=".MainApp"