From 8c0a1d3218b579438f33e2ee8ffb2edff0160e7e Mon Sep 17 00:00:00 2001 From: JuanJakobo <34421964+JuanJakobo@users.noreply.github.com> Date: Mon, 15 Feb 2021 21:51:23 +0100 Subject: [PATCH] renaming of msg on failed navigation --- src/ui/listView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/listView.cpp b/src/ui/listView.cpp index 0a5d526..6503ea4 100644 --- a/src/ui/listView.cpp +++ b/src/ui/listView.cpp @@ -126,7 +126,7 @@ void ListView::actualizePage(int _pageToShown) { 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) {