Skip to content

Commit

Permalink
Fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenfeld committed Sep 28, 2024
1 parent cea86a8 commit d6e0119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings_ee.xml
Original file line number Diff line number Diff line change
Expand Up @@ -730,8 +730,8 @@ Out of the box SCEE is configured to behave very similar to StreetComplete.</str
<string name="close">Close</string>

<!-- building material -->
<string name="quest_buildingMaterial_title">"What overall material does this surface material of building walls have?"</string>
<string name="quest_buildingPartMaterial_title">"What overall material does this building part have?"</string>
<string name="quest_buildingMaterial_title">"What is the overall surface material of building walls here?"</string>
<string name="quest_buildingPartMaterial_title">"What overall material is this building part made of?"</string>
<string name="default_disabled_msg_buildingMaterial">This quest type is disabled by default because this quest type is also quite time-consuming and requires expertise</string>
<string name="quest_building_material_value_cement_block">Cement block</string>
<string name="quest_building_material_value_brick">Brick</string>
Expand Down

0 comments on commit d6e0119

Please sign in to comment.