Skip to content

Commit

Permalink
Use typographic apostrophes
Browse files Browse the repository at this point in the history
`’` instead of `'`
  • Loading branch information
FloEdelmann committed Mar 21, 2023
1 parent baa07cd commit 1c1b424
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This ( app/src/main/res/values/strings.xml ) is the source file for the app's strings in en-US.
<!-- This ( app/src/main/res/values/strings.xml ) is the source file for the apps strings in en-US.
All other strings.xml are imported from POEditor crowd translation platform.
The strings are sorted into categories to
Expand Down Expand Up @@ -618,9 +618,9 @@ Before uploading your changes, the app checks with a &lt;a href=\"https://www.we
<string name="quest_address_title">"What’s the house number of this building?"</string>
<string name="quest_address_house_number_label">House number:</string>
<string name="quest_address_house_name_label">House name:</string>
<!-- In Japan, addresses are chiefly house number + block number (because most streets don't have a name) -->
<!-- In Japan, addresses are chiefly house number + block number (because most streets dont have a name) -->
<string name="label_housenumber">house number</string>
<!-- In Japan, addresses are chiefly house number + block number (because most streets don't have a name) -->
<!-- In Japan, addresses are chiefly house number + block number (because most streets dont have a name) -->
<string name="label_blocknumber">block number</string>
<!-- In some countries, addresses may have a house number and a block (number or letters) -->
<string name="label_block">block</string>
Expand All @@ -633,8 +633,8 @@ Before uploading your changes, the app checks with a &lt;a href=\"https://www.we
<string name="quest_housenumber_multiple_numbers_description" tools:ignore="TypographyDashes">"You can enter comma-separated house numbers or ranges.\nFor example 1,3 or 2-6."</string>
<string name="quest_address_answer_no_housenumber">It has no house number…</string>
<string name="quest_address_answer_no_address">No address here</string>
<string name="quest_address_answer_block">It\'s within a block…</string>
<string name="quest_address_answer_no_block">It isn\'t within a block…</string>
<string name="quest_address_answer_block">Its within a block…</string>
<string name="quest_address_answer_no_block">It isnt within a block…</string>
<string name="quest_address_answer_no_housenumber_message1">The building was tagged as:</string>
<string name="quest_address_answer_no_housenumber_message2b">Is this correct?</string>
<string name="quest_address_unusualHousenumber_confirmation_description">"This house number looks very unusual."</string>
Expand Down

0 comments on commit 1c1b424

Please sign in to comment.