]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed translation of "Browse"
authormoodler <moodler>
Thu, 5 Aug 2004 13:49:31 +0000 (13:49 +0000)
committermoodler <moodler>
Thu, 5 Aug 2004 13:49:31 +0000 (13:49 +0000)
lib/editor/popups/link_std.php

index 1d3d3706caf805750f0502c561a76e451de0c7b6..e95e07563a1a8c18303a2d011eee61b913e6594d 100644 (file)
@@ -159,7 +159,7 @@ border-bottom: 1px solid black; letter-spacing: 2px;
 </table>
 
 <div id="buttons">
-  <?php print(isteacher($id))? "<button type=\"button\" name=\"browse\" onclick=\"return onBrowse();\">Browse</button>" : ""; ?>
+  <?php print(isteacher($id))? "<button type=\"button\" name=\"browse\" onclick=\"return onBrowse();\">".get_string("browse", "editor")."...</button>" : ""; ?>
   <button type="button" name="ok" onclick="return onOK();"><?php print_string("ok","editor");?></button>
   <button type="button" name="cancel" onclick="return onCancel();"><?php print_string("cancel","editor");?></button>
 </div>