mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Apply the wala-hyphen
Co-authored-by: Walavouchey <36758269+Walavouchey@users.noreply.github.com>
This commit is contained in:
parent
57048f0eba
commit
91adf2e80f
@ -15,12 +15,12 @@ namespace osu.Game.Localisation
|
|||||||
public static LocalisableString UserContentDisclaimer => new TranslatableString(getKey(@"user_content_disclaimer"), @"User content disclaimer");
|
public static LocalisableString UserContentDisclaimer => new TranslatableString(getKey(@"user_content_disclaimer"), @"User content disclaimer");
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "By turning off the "featured artist" filter, all user uploaded content will be displayed.
|
/// "By turning off the "Featured Artist" filter, all user-uploaded content will be displayed.
|
||||||
///
|
///
|
||||||
/// This includes content which may not be correctly licensed for use and as such may not be safe for streaming, sharing, or consumption."
|
/// This includes content which may not be correctly licensed for use and as such may not be safe for streaming, sharing, or consumption."
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString ByTurningOffTheFeatured => new TranslatableString(getKey(@"by_turning_off_the_featured"),
|
public static LocalisableString ByTurningOffTheFeatured => new TranslatableString(getKey(@"by_turning_off_the_featured"),
|
||||||
@"By turning off the ""featured artist"" filter, all user uploaded content will be displayed.
|
@"By turning off the ""Featured Artist"" filter, all user-uploaded content will be displayed.
|
||||||
|
|
||||||
This includes content which may not be correctly licensed for use and as such may not be safe for streaming, sharing, or consumption.");
|
This includes content which may not be correctly licensed for use and as such may not be safe for streaming, sharing, or consumption.");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user