Skip to content

Commit

Permalink
Fix yet another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jun 23, 2024
1 parent 9f776a3 commit 55a634a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

ext {
version = '5.55.0'
version = '5.55.1'
preset_file = 'master_preset.xml'
mapped_josm_preset_file = 'mapped_josm_preset.xml'
mapped_vespucci_preset_file = 'mapped_vespucci_preset.xml'
Expand Down
4 changes: 2 additions & 2 deletions i18n/preset.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-06-23 09:08+0200\n"
"POT-Creation-Date: 2024-06-23 11:17+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -22912,7 +22912,7 @@ msgctxt "lamp_type"
msgid "Gaslight"
msgstr ""

#: C:\Users\simon\git\beautified-JOSM-preset\build\temp/v4.xml:10489(list_entry:display_value|group:Man_Made|preset:Street_Lamp|value:high_pressure_sodium) C:\Users\simon\git\beautified-JOSM-preset\build\temp/v4.xml:10501(list_entry:display_value|group:Man_Made|preset:Street_Lamp|value:high_pressrue_sodium)
#: C:\Users\simon\git\beautified-JOSM-preset\build\temp/v4.xml:10489(list_entry:display_value|group:Man_Made|preset:Street_Lamp|value:high_pressure_sodium) C:\Users\simon\git\beautified-JOSM-preset\build\temp/v4.xml:10501(list_entry:display_value|group:Man_Made|preset:Street_Lamp|value:high_pressure_sodium)
msgctxt "lamp_type"
msgid "High pressure sodium"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions master_preset.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<presets version="5.55.0" xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" shortdescription="Default OpenStreetMap Preset for Vespucci and JOSM"
<presets version="5.55.1" xmlns="http://josm.openstreetmap.de/tagging-preset-1.0" shortdescription="Default OpenStreetMap Preset for Vespucci and JOSM"
description="General purpose OpenStreetMap preset for Vespucci and JOSM, based on the original JOSM version"
object_keys="advertising,attraction,area:highway,building:part,cemetery,club,departures_board,disc_golf,disused:amenity,disused:leisure,disused:man_made,disused:shop,golf,ford,harbour,hazard,noexit,indoor,playground,pipeline,piste:type,police,public_transport,seamark:type,traffic_calming,traffic_sign,traffic_sign:backward,traffic_sign:forward,marker,mountain_pass,telecom,roller_coaster,climbing">
<!--
Expand Down Expand Up @@ -11122,7 +11122,7 @@
<list_entry value="floodlight" display_value="Floodlight (generic)"/>
<list_entry value="fluorescent" display_value="Fluorescent"/>
<list_entry value="gaslight" display_value="Gaslight"/>
<list_entry value="high_pressrue_sodium" display_value="High pressure sodium"/>
<list_entry value="high_pressure_sodium" display_value="High pressure sodium"/>
<list_entry value="LED" display_value="LED"/>
<list_entry value="low_pressure_sodium" display_value="Low pressure sodium"/>
<list_entry value="mercury" display_value="Mercury"/>
Expand Down

0 comments on commit 55a634a

Please sign in to comment.