From: jmunro Date: Sat, 2 Mar 2002 05:51:18 +0000 (+0000) Subject: applied patch #522687. simple changes to option appearance X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=59b578d1409e9ec3dcdc81340b1bc917189e700e applied patch #522687. simple changes to option appearance git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2531 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/delete_move_next/setup.php b/plugins/delete_move_next/setup.php index c8470e41..b55c7f4b 100644 --- a/plugins/delete_move_next/setup.php +++ b/plugins/delete_move_next/setup.php @@ -284,31 +284,31 @@ function delete_move_next_display_inside() { $delete_move_next_b, $delete_move_next_formATbottom; echo "\n". - _("delete_move_next:") . "\n". + _("Delete/Move/Next Buttons:") . "\n". " <- ' . _("display at top"). + echo '> ' . _("Display at top"). " <- ' . _("with move option") . '
'; + echo '> ' . _("with move option") . '
'; echo ' <- ' . _("display at bottom") . + echo '> ' . _("Display at bottom") . ' <- ' . _("with move option") . '
'. + echo '> ' . _("with move option") . '
'. "\n"; }