Skip to content

Commit

Permalink
Fixed minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NeLepus committed Oct 13, 2024
1 parent 2ff2fa5 commit 58dcebb
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public override void Effect(ReagentEffectArgs args)

protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
{
// Could use a different translation string as well, but this one is close enough to ignore it for now
if (Reagent != null && prototype.TryIndex(Reagent, out ReagentPrototype? reagentProto))
{
return Loc.GetString("reagent-effect-guidebook-accumulate-reagent-reagent",
Expand Down
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_LostParadise/Guidebook/effects.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-effect-guidebook-accumulate-reagent-reagent =
Accumulates as long as there's a {$reagent} source present in the bloodstream
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
reagent-name-indigestible-fibre = indigestible dietary fibre
reagent-desc-indigestible-fibre = Residual of a digestive system poorly adapted to plant-derived food.
reagent-desc-indigestible-fibre = Residues of a digestive system poorly adapted to plant-derived food.
3 changes: 0 additions & 3 deletions Resources/Locale/en-US/guidebook/chemistry/effects.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ reagent-effect-guidebook-adjust-reagent-group =
*[-1] from
} the solution
reagent-effect-guidebook-accumulate-reagent-reagent =
Accumulates as long as there's a {$reagent} source present in the bloodstream
reagent-effect-guidebook-adjust-temperature =
{ $chance ->
[1] { $deltasign ->
Expand Down
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/_LostParadise/Guidebook/effects.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-effect-guidebook-accumulate-reagent-reagent =
Накапливается в кровеносной системе, пока в ней имеется вещество, добавляющее {$reagent}
2 changes: 0 additions & 2 deletions Resources/Locale/ru-RU/guidebook/chemistry/effects.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ reagent-effect-guidebook-adjust-reagent-group =
[1] к
*[-1] из
} раствора
reagent-effect-guidebook-accumulate-reagent-reagent =
Накапливается в кровеносной системе, пока в ней имеется вещество, добавляющее {$reagent}
reagent-effect-guidebook-adjust-temperature =
{ $chance ->
[1]
Expand Down

0 comments on commit 58dcebb

Please sign in to comment.