Skip to content

Commit 57485af

Browse files
committed
restore ferry hgv title string
1 parent 36d29c6 commit 57485af

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

app/src/androidMain/res/values-en/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r
11931193

11941194
<string name="quest_handwashing_title">Can you wash your hands here?</string>
11951195

1196+
<string name="quest_ferry_hgv_title">Does this ferry route transport heavy goods vehicles?</string>
1197+
11961198
<string name="quest_internet_access_title">What kind of internet connection does this place offer?</string>
11971199
<string name="quest_internet_access_wlan">Wi-Fi</string>
11981200
<string name="quest_internet_access_wired">Wired (LAN)</string>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r
11931193

11941194
<string name="quest_handwashing_title">Can you wash your hands here?</string>
11951195

1196+
<string name="quest_ferry_hgv_title">Does this ferry route transport heavy goods vehicles?</string>
1197+
11961198
<string name="quest_internet_access_title">What kind of internet connection does this place offer?</string>
11971199
<string name="quest_internet_access_wlan">Wi-Fi</string>
11981200
<string name="quest_internet_access_wired">Wired (LAN)</string>

app/src/commonMain/composeResources/values-en/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r
11931193

11941194
<string name="quest_handwashing_title">Can you wash your hands here?</string>
11951195

1196+
<string name="quest_ferry_hgv_title">Does this ferry route transport heavy goods vehicles?</string>
1197+
11961198
<string name="quest_internet_access_title">What kind of internet connection does this place offer?</string>
11971199
<string name="quest_internet_access_wlan">Wi-Fi</string>
11981200
<string name="quest_internet_access_wired">Wired (LAN)</string>

app/src/commonMain/composeResources/values/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r
11931193

11941194
<string name="quest_handwashing_title">Can you wash your hands here?</string>
11951195

1196+
<string name="quest_ferry_hgv_title">Does this ferry route transport heavy goods vehicles?</string>
1197+
11961198
<string name="quest_internet_access_title">What kind of internet connection does this place offer?</string>
11971199
<string name="quest_internet_access_wlan">Wi-Fi</string>
11981200
<string name="quest_internet_access_wired">Wired (LAN)</string>

0 commit comments

Comments
 (0)