From: moodler Date: Sun, 15 Aug 2004 14:31:28 +0000 (+0000) Subject: Fixed Browse button (added ellipsis) and missing string "Anchor" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aa94692460608e8b3e26602b5a056ed4e29db307;p=moodle.git Fixed Browse button (added ellipsis) and missing string "Anchor" --- diff --git a/lang/en/editor.php b/lang/en/editor.php index 6d9c3c38c9..3dd4471a62 100644 --- a/lang/en/editor.php +++ b/lang/en/editor.php @@ -8,6 +8,7 @@ $string['absmiddle'] = 'Absmiddle'; $string['address'] = 'Address'; $string['alignment'] = 'Alignment'; $string['alternatetext'] = 'Alternate text'; +$string['anchors'] = 'Anchors'; $string['baseline'] = 'Baseline'; $string['bold'] = 'Bold'; $string['borderthickness'] = 'Border thickness'; diff --git a/lib/editor/popups/link_std.php b/lib/editor/popups/link_std.php index 4d5ccae3de..b049c76223 100644 --- a/lib/editor/popups/link_std.php +++ b/lib/editor/popups/link_std.php @@ -177,7 +177,7 @@ border-bottom: 1px solid black; letter-spacing: 2px;
- ".get_string("browse","editor")."" : ""; ?> + ".get_string("browse","editor")."..." : ""; ?>