Skip to content

Commit f8dda4d

Browse files
committed
Fix Android strings XML syntax
1 parent 6ecda8e commit f8dda4d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/res/values/strings.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The info you enter is directly added to OpenStreetMap in your name, without the
154154
<string name="quest_generic_answer_notApplicable">"Can’t say…"</string>
155155

156156
<string name="quest_generic_answer_does_not_exist">It does not exist…</string>
157-
<string name="osm_element_gone_description">"Are you sure that it does not exist, not even at a slightly different location? If you’re not sure, leave a note instead.</string>
157+
<string name="osm_element_gone_description">"Are you sure that it does not exist, not even at a slightly different location? If you’re not sure, leave a note instead."</string>
158158
<string name="osm_element_gone_confirmation">It does not exist</string>
159159
<string name="leave_note">Leave note</string>
160160
<string name="note_for_object">Another person noted:</string>
@@ -252,7 +252,7 @@ Additionally, some overlays allow you to add new data at the position of a displ
252252
<string name="quest_disable_action">Disable</string>
253253
<string name="quest_disable_title">Disable this quest type?</string>
254254
<string name="quest_disable_message_not_installed">"StreetMeasure is not installed (yet)."</string>
255-
<string name="quest_disable_message_not_working">"StreetMeasure didn’t return a measurement.</string>
255+
<string name="quest_disable_message_not_working">"StreetMeasure didn’t return a measurement."</string>
256256
<string name="quest_disable_message_tape_measure">You could use a tape measure instead, but that might be a little awkward, after all.</string>
257257

258258
<!-- Notifications -->
@@ -263,7 +263,7 @@ Additionally, some overlays allow you to add new data at the position of a displ
263263
<string name="quest_selection_hint_title">Too much to do?</string>
264264
<string name="quest_selection_hint_message">"Contributing should primarily be fun!
265265

266-
If you are overwhelmed by the number of quests, you can always fine-tune which quests are displayed to you and in what order in the settings.</string>
266+
If you are overwhelmed by the number of quests, you can always fine-tune which quests are displayed to you and in what order in the settings."</string>
267267

268268

269269
<!-- Team mode -->
@@ -1254,7 +1254,7 @@ If there are no signs along the whole street which apply for the highlighted sec
12541254
<string name="quest_openingHours_add_weekdays">"Add days of the week"</string>
12551255
<string name="quest_openingHours_add_off_days">"Add off days"</string>
12561256
<string name="quest_openingHours_off_day">"Off day"</string>
1257-
<string name="quest_openingHours_unspecified_range">Not specified"</string>
1257+
<string name="quest_openingHours_unspecified_range">"Not specified"</string>
12581258
<string name="quest_openingHours_chooseMonthsTitle">"Select months"</string>
12591259
<string name="quest_openingHours_chooseWeekdaysTitle">"Select days of the week"</string>
12601260
<string name="quest_openingHours_24_7_confirmation">"In other words, is it open any time, every day?"</string>

0 commit comments

Comments
 (0)