mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix translations
Change from some using \u00A0 to represent space, no longer required. Also fixed some malformed translations which missed out the backslash so they were just messed up (see bug #42)
This commit is contained in:
parent
110ecde5a6
commit
43fd09827c
49 changed files with 97 additions and 97 deletions
|
|
@ -97,8 +97,8 @@
|
|||
<string name="allow_gps_summary">Retrieve current location to offer category suggestions if image is not geotagged</string>
|
||||
|
||||
<!-- These three are semi-legacy entries, and should be changed in future -->
|
||||
<string name="license_name_cc_by_sa">CC\u00A0Attribution-ShareAlike\u00A03.0</string>
|
||||
<string name="license_name_cc_by">CC\u00A0Attribution\u00A03.0</string>
|
||||
<string name="license_name_cc_by_sa">CC Attribution-ShareAlike 3.0</string>
|
||||
<string name="license_name_cc_by">CC Attribution 3.0</string>
|
||||
<string name="license_name_cc0">CC0</string>
|
||||
|
||||
<!-- Licenses from the default UploadWizard selection list -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue