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) {