mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
Remove unnecessary Unicode entity in source translation.
Since the XML files are explicitly marked as UTF-8 encoded, no need to escaped that UTF-8 character.
This commit is contained in:
parent
6d8805b69f
commit
6ae80b0274
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
|
||||
|
||||
<!-- Text for FoldersFragment and DevicesFragment loading view -->
|
||||
<string name="api_loading">Loading…</string>
|
||||
<string name="api_loading">Loading…</string>
|
||||
|
||||
<!-- Shown instead of web_gui_loading if the key does not exist and has to be created -->
|
||||
<string name="web_gui_creating_key">Generating secure keys. This may take a few minutes.</string>
|
||||
|
|
Loading…
Reference in a new issue