mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Merge pull request #1381 from nextcloud/comradekingu-patch-1
Spelling: Android, comma
This commit is contained in:
commit
7f72c786fa
4 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 & 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 & 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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue