localization: fix incorrect unicode for space

This commit is contained in:
Rohit Verma 2024-09-09 11:35:34 +05:30
parent 65ae5060c5
commit 7b4d87869a

View file

@ -101,7 +101,7 @@
<string name="preference_category_feedback">Commentaire</string>
<string name="preference_category_privacy">Confidentialité</string>
<string name="app_name">Commons</string>
<string name="bullet">&amp;#32;</string>
<string name="bullet">&#32;</string>
<string name="menu_settings">Paramètres</string>
<string name="intent_share_upload_label">Téléverser sur Commons</string>
<string name="upload_in_progress">Chargement en cours</string>