mirror of
https://github.com/ppy/osu
synced 2024-12-26 08:53:10 +00:00
Adjust text slightly
This commit is contained in:
parent
ac7fca10d6
commit
b99b0337cf
@ -126,9 +126,9 @@ Click to see what's new!", version);
|
||||
public static LocalisableString UpdateReadyToInstall => new TranslatableString(getKey(@"update_ready_to_install"), @"Update ready to install. Click to restart!");
|
||||
|
||||
/// <summary>
|
||||
/// "This is not an official build of the game and scores will not be submitted."
|
||||
/// "This is not an official build of the game. Scores will not be submitted and other online systems may not work as intended."
|
||||
/// </summary>
|
||||
public static LocalisableString NotOfficialBuild => new TranslatableString(getKey(@"not_official_build"), @"This is not an official build of the game and scores will not be submitted.");
|
||||
public static LocalisableString NotOfficialBuild => new TranslatableString(getKey(@"not_official_build"), @"This is not an official build of the game. Scores will not be submitted and other online systems may not work as intended.");
|
||||
|
||||
/// <summary>
|
||||
/// "Downloading update..."
|
||||
|
Loading…
Reference in New Issue
Block a user