mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
Rename header of Auto upload settings to just "Auto upload"
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
d90e06f9d9
commit
32b696bd6e
2 changed files with 6 additions and 5 deletions
|
@ -19,6 +19,7 @@
|
|||
License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/root"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -42,16 +43,17 @@
|
|||
android:id="@+id/synced_folders_settings_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/synced_folders_preferences"
|
||||
android:text="@string/drawer_synced_folders"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Title" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/synced_folders_settings_local_folder_path"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="2dp"
|
||||
android:layout_height="15dp"
|
||||
android:ellipsize="middle"
|
||||
android:maxLines="2"
|
||||
android:textColor="?android:attr/textColorSecondary" />
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
tools:text="For /storage/emulated/0/DCIM/Camera" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
|
|
@ -555,7 +555,6 @@
|
|||
<item quantity="one">Show %1$d hidden folder</item>
|
||||
<item quantity="other">Show %1$d hidden folders</item>
|
||||
</plurals>
|
||||
<string name="synced_folders_preferences">Preferences for auto uploading</string>
|
||||
<string name="synced_folders_new_info">Instant uploading has been revamped completely. Re-configure your auto upload from within the main menu.\n\nEnjoy the new and extended auto uploading.</string>
|
||||
<string name="synced_folders_preferences_folder_path">For %1$s</string>
|
||||
<string name="synced_folders_plus" translatable="false">+</string>
|
||||
|
|
Loading…
Reference in a new issue