forked from organicmaps/organicmaps
[editor] Clarify building_levels description
- Update hint text to clarify that building_levels includes ground floor and excludes roof levels - Remove maximum value from hint as it's shown in error popup Fixes #10025 Signed-off-by: DeshDeepakKant <your.email@example.com>
This commit is contained in:
parent
cf091ba3fd
commit
8a0c8de5ab
2 changed files with 2 additions and 2 deletions
|
@ -535,7 +535,7 @@
|
|||
<string name="download_over_mobile_header">Download over a cellular network connection?</string>
|
||||
<string name="download_over_mobile_message">This could be considerably expensive with some plans or if roaming.</string>
|
||||
<string name="error_enter_correct_house_number">Enter a valid building number</string>
|
||||
<string name="editor_storey_number">Number of floors (maximum of %d)</string>
|
||||
<string name="editor_storey_number">Floors (inc. ground floor, excl. roof levels)</string>
|
||||
<!-- Error message in Editor when a user tries to set the number of floors for a building higher than %d floors -->
|
||||
<string name="error_enter_correct_storey_number">The number of floors must non exceed %d</string>
|
||||
<string name="editor_zip_code">ZIP Code</string>
|
||||
|
|
|
@ -16464,7 +16464,7 @@
|
|||
|
||||
[editor_storey_number]
|
||||
tags = android,ios
|
||||
en = Number of floors (maximum of %d)
|
||||
en = Floors (inc. ground floor, excl. roof levels)
|
||||
af = Aantal verdiepings (maksimum van %d)
|
||||
ar = عدد الطوابق (بحد أقصى %d)
|
||||
az = Mərtəbə sayı (maks. %d)
|
||||
|
|
Loading…
Add table
Reference in a new issue