Browse Source

[svn r11089] i18n select Image

Patrick Vandermaesen 18 years ago
parent
commit
c6ac9dc8b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/WCAG/WCAG_rendering.php

+ 1 - 1
main/inc/lib/WCAG/WCAG_rendering.php

@@ -174,7 +174,7 @@ function &create_xhtml($xhtml) {
 	$xhtml .= get_lang('WCAGImage').'<br />';
 	$xhtml .= '<input type="text" name="imagefile" value="'.$values['imagefile'].'"/>';
 	$xhtml .= '<br />';
-	$xhtml .= '<a href="#" onclick="OpenFileBrowser (\''.api_get_path(WEB_PATH) . 'main/inc/lib/fckeditor/'.'editor/plugins/ImageManager/genericManager.php?uploadPath=/\');">select picture...</a>';
+	$xhtml .= '<a href="#" onclick="OpenFileBrowser (\''.api_get_path(WEB_PATH) . 'main/inc/lib/fckeditor/'.'editor/plugins/ImageManagerStandalone/genericManager.php?uploadPath=/\');">'.get_lang('SelectPicture').'</a>';
 	$xhtml .= '<br />';
 	$xhtml .= get_lang('WCAGLabel').'<br />';
 	$xhtml .= '<input type="text" name="imageLabel" value="'.$values['imageLabel'].'"/>';