From e9a6707aaee96286d85525399fb76a2af8c83ec0 Mon Sep 17 00:00:00 2001 From: TotalCaesar659 <14265316+TotalCaesar659@users.noreply.github.com> Date: Tue, 2 Mar 2021 18:08:16 +0300 Subject: [PATCH] Fix typo --- UI/SavedataScreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/SavedataScreen.cpp b/UI/SavedataScreen.cpp index 72972da1d8..494af94941 100644 --- a/UI/SavedataScreen.cpp +++ b/UI/SavedataScreen.cpp @@ -446,7 +446,7 @@ void SavedataBrowser::Refresh() { if (savedataButtons.empty()) { ViewGroup *group = new LinearLayout(ORIENT_VERTICAL, new UI::LinearLayoutParams(UI::Margins(12, 0))); - group->Add(new TextView(sa->T("None yet. Things will appear here after you save."))); + group->Add(new TextView(sa->T("None yet. Things will appear here after you save."))); gameList_->Add(group); }