Skip to content

Commit

Permalink
medical: fix saline helptext
Browse files Browse the repository at this point in the history
fixes #236
  • Loading branch information
dastrukar committed Mar 4, 2024
1 parent ff9a67a commit cf80d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LANGUAGE
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ HELPTEXT_TRK_PAINKILLER =
"%s Refill anesthetic\n(break down stimpack)\n";
HELPTEXT_TRK_SALINE =
"%s Flush wound\n"
"%s Refill saline\n(break down stimpack)\n";
"%s Refill saline\n(break down bloodpack)\n";
HELPTEXT_TRK_FORCEPS =
"%s Hold wound open\n"
"%s Extract obstructions\n";
Expand Down
2 changes: 1 addition & 1 deletion medical/language
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ HELPTEXT_TRK_PAINKILLER =
"%s Refill anesthetic\n(break down stimpack)\n";
HELPTEXT_TRK_SALINE =
"%s Flush wound\n"
"%s Refill saline\n(break down stimpack)\n";
"%s Refill saline\n(break down bloodpack)\n";
HELPTEXT_TRK_FORCEPS =
"%s Hold wound open\n"
"%s Extract obstructions\n";
Expand Down

0 comments on commit cf80d37

Please sign in to comment.