1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 18:47:25 +08:00

correct string mistake

This commit is contained in:
jorolf 2017-11-27 21:13:01 +01:00
parent 70b6071898
commit 7f068c0c68

View File

@ -13,7 +13,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
public class PaginatedMostPlayedBeatmapContainer : PaginatedContainer public class PaginatedMostPlayedBeatmapContainer : PaginatedContainer
{ {
public PaginatedMostPlayedBeatmapContainer(Bindable<User> user) public PaginatedMostPlayedBeatmapContainer(Bindable<User> user)
:base(user, "Most Played Beatmaps", "No performance records. :(") :base(user, "Most Played Beatmaps", "No records. :(")
{ {
ItemsPerPage = 5; ItemsPerPage = 5;