Skip to content

Commit c2d6657

Browse files
committed
Replace names by S2 names
1 parent a4f39fb commit c2d6657

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

data/RTTR/texte/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ E. Summary: Updates and changelog
328328
* 0.5 - Fifth version - 27.01.2008 *
329329
------------------------------------------------------------------------------
330330
- Fixed a lot of bugs
331-
- Donkeyraods, Donkey breeder
331+
- Donkeyroads, Donkey breeder
332332
- Boatroads with boats and shipyard (shipyard only builds boats)
333333
- Mountain road
334334
- Catapults

libs/s25main/buildings/nobUsual.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ void nobUsual::OnOutOfResources()
536536
else if(GetBuildingType() == BuildingType::Quarry)
537537
error = _("No more stones in range");
538538
else if(GetBuildingType() == BuildingType::Fishery)
539-
error = _("No more fishes in range");
539+
error = _("No more fish in range");
540540
else
541541
return;
542542

libs/s25main/gameData/JobConsts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const std::array<FullJobData, helpers::NumEnumValues_v<Job>> fullJobData = {{
1919
{{GoodType::Nothing, 385, 190, 5}, {false, 0}, gettext_noop("Helper")},
2020
{{GoodType::Axe, 148, 789, 5}, {false, 5}, gettext_noop("Woodchopper")},
2121
{{GoodType::RodAndLine, 129, 825, 5}, {false, 12}, gettext_noop("Fisher")},
22-
{{GoodType::Shovel, 66, 304, 5}, {false, 8}, gettext_noop("Ranger")},
22+
{{GoodType::Shovel, 66, 304, 5}, {false, 8}, gettext_noop("Tree planter")},
2323
{{GoodType::Saw, 479, 96, 5}, {false, 6}, gettext_noop("Carpenter")},
2424
{{GoodType::PickAxe, 129, 825, 5}, {false, 7}, gettext_noop("Stonemason")},
2525
{{GoodType::Bow, 0, 300, 5}, {false, 20}, gettext_noop("Huntsman")},

0 commit comments

Comments
 (0)