SanchozzDeponianin / ONIMods

Sanchozz's mods for Oxygen Not Included
MIT License
15 stars 15 forks source link

[Minor] [Cosmetic] Modify English display text #25

Closed ndrwrbgs closed 2 years ago

ndrwrbgs commented 2 years ago

Issue

The first checkbox should say "can always pick up" image

Fix

Replace the strings in code

Concerns

  1. There are other hits in the archived_versions/vanilla_legacy folder which I did not touch. Rationale: 'archive' may intend to be archived and read-only.
  2. If I understand correctly, the display text is being taken from a key (msgid), and for English the "" means "just use the msgid". If this msgid is persisted to any other files, or the mod delivered in multiple parts, changing a key would be dangerous. _Alternative: modify msgstr on line 9 of nomanualdeliverytemplate.pot instead of msgid in multiple files.

Testing

Did not test, I'm not familiar with ONI modding. If you do not wish to take it without me testing let me know!