From 4c9d6774aa336ff2f81272cb85cc5cab9dea03ca Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Fri, 28 Aug 2015 23:49:46 +0300 Subject: [PATCH] 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? ;) --- spam/edit_manual.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spam/edit_manual.cgi b/spam/edit_manual.cgi index f32673e00..345016bdf 100755 --- a/spam/edit_manual.cgi +++ b/spam/edit_manual.cgi @@ -18,7 +18,7 @@ print &ui_form_start("edit_manual.cgi"); print $form_hiddens; print "$text{'manual_file'}\n", &ui_select("manual", $in{'manual'}, \@files),"\n", - &ui_submit($text{'manual_ok'}); + &ui_submit('Edit'); print &ui_form_end(); # Config editor