renaming of msg on failed navigation

pull/23/head
JuanJakobo 2021-02-15 21:51:23 +01:00
parent 8bbe0a857f
commit 8c0a1d3218
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ void ListView::actualizePage(int _pageToShown)
{ {
if (_pageToShown > _page) if (_pageToShown > _page)
{ {
Message(ICON_INFORMATION, "Info", "You have reached the last page, to return to the first, please click home.", 1200); Message(ICON_INFORMATION, "Info", "You have reached the last page, to return to the first, please click \"first.\"", 1200);
} }
else if (_pageToShown < 1) else if (_pageToShown < 1)
{ {