Merge pull request #14246 from TotalCaesar659/patch-1

Fix typo
This commit is contained in:
Henrik Rydgård 2021-03-02 16:09:33 +01:00 committed by GitHub
commit 6e4dc3f46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}