mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 15:47:38 +09:00
refactor: fix typos
This commit is contained in:
parent
8645e705fd
commit
ddfa95e6ef
@ -7,7 +7,7 @@ namespace osu.Game.Localisation.SkinEditorComponents
|
|||||||
{
|
{
|
||||||
public static class SongProgressStrings
|
public static class SongProgressStrings
|
||||||
{
|
{
|
||||||
private const string prefix = @"osu.Game.Resources.Localisation.SongProgressStrings";
|
private const string prefix = @"osu.Game.Resources.Localisation.SongProgress";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Show difficulty graph"
|
/// "Show difficulty graph"
|
||||||
|
@ -40,9 +40,9 @@ namespace osu.Game.Localisation
|
|||||||
public static LocalisableString Settings(string arg0) => new TranslatableString(getKey(@"settings"), @"Settings ({0})", arg0);
|
public static LocalisableString Settings(string arg0) => new TranslatableString(getKey(@"settings"), @"Settings ({0})", arg0);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// "Curently editing"
|
/// "Currently editing"
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static LocalisableString CurrentlyEditing => new TranslatableString(getKey(@"currently_editing"), "Curently editing");
|
public static LocalisableString CurrentlyEditing => new TranslatableString(getKey(@"currently_editing"), "Currently editing");
|
||||||
|
|
||||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user