Browse Source

Merge pull request #7670 from nextcloud/transifexLineWrap

Do not line wrap
Tobias Kaminsky 4 years ago
parent
commit
6d63811d70
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/res/values/strings.xml

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

@@ -949,7 +949,6 @@
     <string name="in_folder">in folder %1$s</string>
     <string name="choose_which_file">Choose which file to keep!</string>
     <string name="wrong_storage_path">Storage path does not exist!</string>
-    <string name="wrong_storage_path_desc">This might be due to a backup restore on another device. Falling back to
-        default. Please check settings to adjust storage path.</string>
+    <string name="wrong_storage_path_desc">This might be due to a backup restore on another device. Falling back to default. Please check settings to adjust storage path.</string>
     <string name="dialog_close">Close</string>
 </resources>