Remove @ from to-be-localized strings

This commit is contained in:
DrabWeb
2017-05-24 02:19:45 -03:00
parent be1ae2bd8e
commit b08668b6d9
4 changed files with 20 additions and 21 deletions

View File

@ -119,7 +119,7 @@ namespace osu.Game.Overlays.Direct
{
new OsuSpriteText
{
Text = @"mapped by ",
Text = "mapped by ",
TextSize = 14,
},
new OsuSpriteText
@ -132,7 +132,7 @@ namespace osu.Game.Overlays.Direct
},
new OsuSpriteText
{
Text = $@"from {SetInfo.Metadata.Source}",
Text = $"from {SetInfo.Metadata.Source}",
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
TextSize = 14,