(f2c7469a6) Workarounds to missing label translations: use "High pressure" for the "WARNING: High pressure" label in the tutorial outpost, use "Warning" and "Reactor temp." for "Reactor temp caution". Also made the labels a little larger to accommodate longer words in some of the translations.

This commit is contained in:
Joonas Rikkonen
2019-05-16 07:04:47 +03:00
parent ce05d50a2b
commit 5438a65852
12 changed files with 64 additions and 177 deletions
@@ -790,6 +790,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;