Browse Source

do not break line on transifex

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 years ago
parent
commit
b4db9d07af
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

@@ -916,7 +916,6 @@
 
 
     <string name="sync_not_enough_space_dialog_action_choose">Choose what to sync</string>
     <string name="sync_not_enough_space_dialog_action_choose">Choose what to sync</string>
     <string name="sync_not_enough_space_dialog_action_free_space">Free up space</string>
     <string name="sync_not_enough_space_dialog_action_free_space">Free up space</string>
-    <string name="sync_not_enough_space_dialog_placeholder">%1$s is %2$s, but there is only %3$s
-        available on device.</string>
+    <string name="sync_not_enough_space_dialog_placeholder">%1$s is %2$s, but there is only %3$s available on device.</string>
     <string name="sync_not_enough_space_dialog_title">Not enough space</string>
     <string name="sync_not_enough_space_dialog_title">Not enough space</string>
 </resources>
 </resources>