1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Apply automated formatting changes

This commit is contained in:
Joseph Madamba 2023-06-14 07:41:14 -07:00
parent 8cecfef2ff
commit e4af1df663
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76
2 changed files with 3 additions and 5 deletions

View File

@ -37,14 +37,12 @@ namespace osu.Game.Localisation
/// <summary>
/// "This will be your public presence. No profanity, no impersonation. Avoid exposing your own personal details, too!"
/// </summary>
public static LocalisableString UsernameDescription => new TranslatableString(getKey(@"username_description"),
@"This will be your public presence. No profanity, no impersonation. Avoid exposing your own personal details, too!");
public static LocalisableString UsernameDescription => new TranslatableString(getKey(@"username_description"), @"This will be your public presence. No profanity, no impersonation. Avoid exposing your own personal details, too!");
/// <summary>
/// "Will be used for notifications, account verification and in the case you forget your password. No spam, ever."
/// </summary>
public static LocalisableString EmailDescription1 =>
new TranslatableString(getKey(@"email_description_1"), @"Will be used for notifications, account verification and in the case you forget your password. No spam, ever.");
public static LocalisableString EmailDescription1 => new TranslatableString(getKey(@"email_description_1"), @"Will be used for notifications, account verification and in the case you forget your password. No spam, ever.");
/// <summary>
/// " Make sure to get it right!"

View File

@ -166,4 +166,4 @@ namespace osu.Game.Localisation
private static string getKey(string key) => $@"{prefix}:{key}";
}
}
}