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)); }