mirror of https://github.com/ppy/osu
Update `CommonStrings` to latest localiser tools output
This commit is contained in:
parent
5b91111eda
commit
d58534dce6
|
@ -14,6 +14,6 @@ public static class CommonStrings
|
|||
/// </summary>
|
||||
public static LocalisableString Cancel => new TranslatableString(getKey(@"cancel"), @"Cancel");
|
||||
|
||||
private static string getKey(string key) => $"{prefix}:{key}";
|
||||
private static string getKey(string key) => $@"{prefix}:{key}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue