From 3a2fcdec4e266286b2adc4a2291783b49959f730 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Sep 2014 13:45:45 +0000 Subject: on no_photo_yet, only show button "Start the Tour" git-svn-id: http://piwigo.org/svn/trunk@29646 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/TakeATour/main.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/TakeATour/main.inc.php b/plugins/TakeATour/main.inc.php index 216aea9a7..0dc1c86ad 100644 --- a/plugins/TakeATour/main.inc.php +++ b/plugins/TakeATour/main.inc.php @@ -104,8 +104,7 @@ function TAT_no_photo_yet() function TAT_no_photo_yet_prefilter($content, &$smarty) { $search = '
{\'I want to add photos\'|@translate}
'; - $replacement = '
{\'I want to discover my gallery and add photos\'|@translate}
-
{\'I want to add photos\'|@translate}
'; + $replacement = '
{\'Start the Tour\'|@translate}
'; return(str_replace($search, $replacement, $content)); } -- cgit v1.2.3