(b207c589d) Translate the "privacy policy" text in the main menu (got the texts from Daedalic's privacy policy page, should be correct even though the didn't come from the translators)
This commit is contained in:
@@ -766,7 +766,7 @@ namespace Barotrauma
|
||||
|
||||
readonly string[] legalCrap = new string[]
|
||||
{
|
||||
"Privacy policy",
|
||||
TextManager.Get("privacypolicy", returnNull: true) ?? "Privacy policy",
|
||||
"© " + DateTime.Now.Year + " Undertow Games & FakeFish. All rights reserved.",
|
||||
"© " + DateTime.Now.Year + " Daedalic Entertainment GmbH. The Daedalic logo is a trademark of Daedalic Entertainment GmbH, Germany. All rights reserved."
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user