Fix naming and testcase

This commit is contained in:
Andrey Zavadskiy
2017-04-01 21:50:25 +03:00
parent f70de7439b
commit 1ecff1b32c
4 changed files with 11 additions and 11 deletions

View File

@ -35,8 +35,8 @@ namespace osu.Game.Screens.Play
public PauseOverlay()
{
title = @"paused";
description = @"you're not going to do what i think you're going to do, are ya?";
Title = @"paused";
Description = @"you're not going to do what i think you're going to do, are ya?";
}
}
}