We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f39fb commit c2d6657Copy full SHA for c2d6657
4 files changed
data/RTTR/texte/readme.txt
@@ -328,7 +328,7 @@ E. Summary: Updates and changelog
328
* 0.5 - Fifth version - 27.01.2008 *
329
------------------------------------------------------------------------------
330
- Fixed a lot of bugs
331
- - Donkeyraods, Donkey breeder
+ - Donkeyroads, Donkey breeder
332
- Boatroads with boats and shipyard (shipyard only builds boats)
333
- Mountain road
334
- Catapults
external/languages
libs/s25main/buildings/nobUsual.cpp
@@ -536,7 +536,7 @@ void nobUsual::OnOutOfResources()
536
else if(GetBuildingType() == BuildingType::Quarry)
537
error = _("No more stones in range");
538
else if(GetBuildingType() == BuildingType::Fishery)
539
- error = _("No more fishes in range");
+ error = _("No more fish in range");
540
else
541
return;
542
libs/s25main/gameData/JobConsts.cpp
@@ -19,7 +19,7 @@ const std::array<FullJobData, helpers::NumEnumValues_v<Job>> fullJobData = {{
19
{{GoodType::Nothing, 385, 190, 5}, {false, 0}, gettext_noop("Helper")},
20
{{GoodType::Axe, 148, 789, 5}, {false, 5}, gettext_noop("Woodchopper")},
21
{{GoodType::RodAndLine, 129, 825, 5}, {false, 12}, gettext_noop("Fisher")},
22
- {{GoodType::Shovel, 66, 304, 5}, {false, 8}, gettext_noop("Ranger")},
+ {{GoodType::Shovel, 66, 304, 5}, {false, 8}, gettext_noop("Tree planter")},
23
{{GoodType::Saw, 479, 96, 5}, {false, 6}, gettext_noop("Carpenter")},
24
{{GoodType::PickAxe, 129, 825, 5}, {false, 7}, gettext_noop("Stonemason")},
25
{{GoodType::Bow, 0, 300, 5}, {false, 20}, gettext_noop("Huntsman")},
0 commit comments