From 015effb244be30eeee34a61080216de1ec2e2625 Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Wed, 11 Jul 2012 12:47:08 +0200 Subject: Minor usability & presentation changes. --- tpl/study/deck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/study/deck.php') diff --git a/tpl/study/deck.php b/tpl/study/deck.php index 9209845..42ef784 100644 --- a/tpl/study/deck.php +++ b/tpl/study/deck.php @@ -26,7 +26,7 @@ if (isset($next_card)) { echo ''; if (count($study_cards) == 0) { - echo '

Nothing in this list at the moment.

'; + echo '
No cards in this view. Switch to another view to see more stuff.
'; } else { foreach($study_cards as $card) { echo '
'; -- cgit v1.2.3