1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +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:
André Colomb 2023-10-25 23:01:01 +02:00
parent 6d8805b69f
commit 6ae80b0274

View file

@ -99,7 +99,7 @@
<!-- Text for FoldersFragment and DevicesFragment loading view -->
<string name="api_loading">Loading&#8230;</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>