[strings] Change zip to postal

Signed-off-by: IXVG47QZ <jako_accomm@simplelogin.com>
This commit is contained in:
IXVG47QZ
2025-07-29 03:10:10 -05:00
committed by x7z4w
parent 83db427c40
commit ef4fd85883
2 changed files with 4 additions and 4 deletions

View File

@@ -550,8 +550,8 @@
<string name="editor_building_levels">Floors (inc. ground floor, excl. roof)</string> <string name="editor_building_levels">Floors (inc. ground floor, excl. roof)</string>
<!-- Error message in Editor when a user tries to set the number of floors for a building higher than %d floors --> <!-- 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="error_enter_correct_storey_number">The number of floors must non exceed %d</string>
<string name="editor_zip_code">ZIP Code</string> <string name="editor_zip_code">Postal Code</string>
<string name="error_enter_correct_zip_code">Enter a valid ZIP code</string> <string name="error_enter_correct_zip_code">Enter a valid postal code</string>
<!-- Place Page title for long tap --> <!-- Place Page title for long tap -->
<string name="core_placepage_unknown_place">Map Point</string> <string name="core_placepage_unknown_place">Map Point</string>
<!-- Title for OSM note section in the editor --> <!-- Title for OSM note section in the editor -->

View File

@@ -653,8 +653,8 @@
/* Error message in Editor when a user tries to set the number of floors for a building higher than %d floors */ /* Error message in Editor when a user tries to set the number of floors for a building higher than %d floors */
"error_enter_correct_storey_number" = "The number of floors must non exceed %d"; "error_enter_correct_storey_number" = "The number of floors must non exceed %d";
"editor_zip_code" = "ZIP Code"; "editor_zip_code" = "Postal Code";
"error_enter_correct_zip_code" = "Enter a valid ZIP code"; "error_enter_correct_zip_code" = "Enter a valid postal code";
/* Place Page title for long tap */ /* Place Page title for long tap */
"core_placepage_unknown_place" = "Map Point"; "core_placepage_unknown_place" = "Map Point";