Selaa lähdekoodia

Merge pull request #3078 from nextcloud/bugfix/noid/stringsXmlAvoidLinebreak

fix to avoid linebreak in strings.xml
Marcel Hibbe 2 vuotta sitten
vanhempi
commit
ff10b8a518
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      app/src/main/res/values/strings.xml

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

@@ -153,8 +153,7 @@ How to translate with transifex:
     <string name="nc_settings_read_privacy_title">Read status</string>
     <string name="nc_settings_typing_status_desc">Share my typing-status and show the typing-status of others</string>
     <string name="nc_settings_typing_status_title">Typing status</string>
-    <string name="nc_settings_typing_status_hpb_description">Typing status is only available when using a high
-        performance backend (HPB)</string>
+    <string name="nc_settings_typing_status_hpb_description">Typing status is only available when using a high performance backend (HPB)</string>
 
     <string name="nc_screen_lock_timeout_30">30 seconds</string>
     <string name="nc_screen_lock_timeout_60">1 minute</string>