1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 00:12:28 +08:00

Apply automated formatting changes

This commit is contained in:
Joseph Madamba
2023-06-14 07:41:14 -07:00
Unverified
parent 8cecfef2ff
commit e4af1df663
2 changed files with 3 additions and 5 deletions
@@ -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!"
+1 -1
View File
@@ -166,4 +166,4 @@ namespace osu.Game.Localisation
private static string getKey(string key) => $@"{prefix}:{key}";
}
}
}