mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
Fix to remove colon in button text as its relation is obvious
This commit is contained in:
@ -179,7 +179,7 @@ sub show_button
|
||||
{
|
||||
if ($access{'edit'}) {
|
||||
print &ui_form_start("edit_mon.cgi");
|
||||
print &ui_submit($text{'index_add'});
|
||||
print &ui_submit($text{'index_madd'});
|
||||
my @opts;
|
||||
foreach $h (sort { $a->[1] cmp $b->[1] } &list_handlers()) {
|
||||
push(@opts, [ $h->[0], $h->[1] ]);
|
||||
|
@ -5,7 +5,7 @@ index_desc=Monitoring
|
||||
index_up=Status
|
||||
index_last=Last check
|
||||
index_local=Local
|
||||
index_add=Add monitor of type:
|
||||
index_madd=Add monitor of type
|
||||
index_sched=Scheduled Monitoring
|
||||
index_scheddesc=Turn scheduled checking of monitors on or off, and set the address to which failures are automatically emailed.
|
||||
index_return=service list
|
||||
|
Reference in New Issue
Block a user