From 7b7ef56b54a98f3d860b9b0c7dc4a7ce0657fede Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 23 Oct 2013 19:35:51 -0700 Subject: replace text links with icons on design pages --- mod/webpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/webpages.php') diff --git a/mod/webpages.php b/mod/webpages.php index 04c2e07c5..2c5728531 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -99,7 +99,7 @@ $r = q("select * from item_id where uid = %d and service = 'WEBPAGE' order by si '$pages' => $pages, '$channel' => $which, '$view' => t('View'), - '$preview' => '1', + '$preview' => t('Preview'), )); -- cgit v1.2.3