mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Adjust reversion header text naming.
This commit is contained in:
@ -45,9 +45,9 @@ namespace osu.Game.Localisation
|
||||
public static LocalisableString CurrentlyEditing => new TranslatableString(getKey(@"currently_editing"), @"Currently editing");
|
||||
|
||||
/// <summary>
|
||||
/// "Revert to default?"
|
||||
/// "Revert to default."
|
||||
/// </summary>
|
||||
public static LocalisableString RevertToDefault => new TranslatableString(getKey(@"revert_to_default"), @"Revert to default?");
|
||||
public static LocalisableString RevertToDefaultDescription => new TranslatableString(getKey(@"revert_to_default"), @"Revert to default.");
|
||||
|
||||
/// <summary>
|
||||
/// "The skin will return to the state it was in upon import"
|
||||
|
Reference in New Issue
Block a user