From 6498bd6a0dba9923ff57712e485193ba9b92876c Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 28 Oct 2013 12:55:10 -0400
Subject: [PATCH] More helpful "empty list" text.

---
 languages/en-gb.ini | 2 +-
 languages/en.ini    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/languages/en-gb.ini b/languages/en-gb.ini
index 56fde0820c9..6f2e0306d71 100644
--- a/languages/en-gb.ini
+++ b/languages/en-gb.ini
@@ -758,7 +758,7 @@ Yesterday = Yesterday
 You do not have any fines = "You do not have any fines"
 You do not have any holds or recalls placed = "You do not have any holds or recalls placed"
 You do not have any items checked out = "You do not have any items checked out"
-You do not have any saved resources = "You do not have any saved resources"
+You do not have any saved resources = "You do not have any saved resources. Perform a search and use the Add to Favourites button to save items."
 You must be logged in first = "You must be logged in first"
 Your Account = "Your Account"
 Your book bag is empty = "Your book bag is empty"
diff --git a/languages/en.ini b/languages/en.ini
index fc67f42d507..cd607fa74e6 100644
--- a/languages/en.ini
+++ b/languages/en.ini
@@ -759,7 +759,7 @@ Yesterday = Yesterday
 You do not have any fines = "You do not have any fines"
 You do not have any holds or recalls placed = "You do not have any holds or recalls placed"
 You do not have any items checked out = "You do not have any items checked out"
-You do not have any saved resources = "You do not have any saved resources"
+You do not have any saved resources = "You do not have any saved resources. Perform a search and use the Add to Favorites button to save items."
 You must be logged in first = "You must be logged in first"
 Your Account = "Your Account"
 Your book bag is empty = "Your book bag is empty"
-- 
GitLab