mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Add Edit word instead of OK
To be the same over all modules it rather should be EDIT and not OK. Why not adding EDIT to the lang and use it? ;)
This commit is contained in:
@@ -18,7 +18,7 @@ print &ui_form_start("edit_manual.cgi");
|
||||
print $form_hiddens;
|
||||
print "<b>$text{'manual_file'}</b>\n",
|
||||
&ui_select("manual", $in{'manual'}, \@files),"\n",
|
||||
&ui_submit($text{'manual_ok'});
|
||||
&ui_submit('Edit');
|
||||
print &ui_form_end();
|
||||
|
||||
# Config editor
|
||||
|
||||
Reference in New Issue
Block a user