From 3c6ab131a1a843b595a1d4385c828f8b356a8000 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 22 Feb 2010 00:17:13 +0000 Subject: Fixes #111 - elgg_echo was used in language file for flickr strings --- languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index aaab21b39..16f10d0ec 100644 --- a/languages/en.php +++ b/languages/en.php @@ -55,7 +55,7 @@ 'flickr:albumdesc' => 'Album to import photos to:', 'flickr:importmanager' => 'Photoset Import Manager', 'flickr:desc' => 'Click on the set you wish to import into this site.
Copies of the photos will be made and stored on this site where they can be viewed and commented on.', - 'flickr:intro' => 'Flickr Integration allows you to import photos from your flickr account into this Elgg site. By entering your username and choosing an album to import into, you can begin the process.
When you have saved your username and album selection, click on the ' . elgg_echo( 'flickr:menuimport' ) . ' link to the left to select which Flickr set you would like to import photos from.', + 'flickr:intro' => 'Flickr Integration allows you to import photos from your flickr account into this Elgg site. By entering your username and choosing an album to import into, you can begin the process.
When you have saved your username and album selection, click on the Import Flickr Photos link to the left to select which Flickr set you would like to import photos from.', 'flickr:menusetup' => 'Flickr Setup', 'flickr:menuimport' => 'Import Flickr Photos', @@ -219,4 +219,4 @@ The photo can be viewed here: %s", ); add_translation("en",$english); -?> \ No newline at end of file +?> -- cgit v1.2.3