aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2010-02-22 00:17:13 +0000
committerCash Costello <cash.costello@gmail.com>2010-02-22 00:17:13 +0000
commit3c6ab131a1a843b595a1d4385c828f8b356a8000 (patch)
tree081a9ca886aa3b3e9bcf14a1e9cc3b3b04502c96 /languages/en.php
parentf07c000fb091158328d4aa57ddef113b93227f7f (diff)
downloadelgg-3c6ab131a1a843b595a1d4385c828f8b356a8000.tar.gz
elgg-3c6ab131a1a843b595a1d4385c828f8b356a8000.tar.bz2
Fixes #111 - elgg_echo was used in language file for flickr strings
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php4
1 files changed, 2 insertions, 2 deletions
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.<br />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. <br />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. <br />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
+?>