Fix dupe strings

This commit is contained in:
Jamie Cameron
2023-10-14 22:49:47 -07:00
parent 691798f913
commit eefb0cb32e
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ if (@locks) {
[ 'kill', $text{'lock_kill'} ] ]);
}
else {
print "<b>$text{'lock_none'}</b><p>\n";
print "<b>$text{'lock_noneopen'}</b><p>\n";
}
&ui_print_footer("", $text{'index_return'});

2
webmin/kill_lock.cgi Normal file → Executable file
View File

@@ -58,7 +58,7 @@ foreach my $pn (@d) {
}
}
else {
print &text('kill_err', $!,
print &text('kill_failed', $!,
"<tt>".&html_escape($lockfile)."</tt>"),"<p>\n";
&unlink_file($lockfile);
}

View File

@@ -847,7 +847,7 @@ lock_pid=PID
lock_cmd=Script
lock_file=Locked file
lock_age=Held for
lock_none=No files are currently locked by Webmin.
lock_noneopen=No files are currently locked by Webmin.
lock_msg=The files listed below are currently locked by a Webmin process.
lock_kill=Kill Selected Locks
lock_term=Terminate Selected Locks
@@ -861,7 +861,7 @@ kill_gone=.. process no longer exists!
kill_gone2=.. lock no longer exists!
kill_dead=.. killed $1 and released lock $2
kill_alive=.. sent kill signal to $1 but it did not exit!
kill_err=.. kill failed due to $1, but releaed lock $2 anyway
kill_failed=.. kill failed due to $1, but releaed lock $2 anyway
kill_already=.. released lock on $1
ipkey_title1=Create SSL Key