mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Nicer message
This commit is contained in:
@@ -113,7 +113,12 @@ elsif (@titles || @indexes) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
print "<b>$text{'dbase_none'}</b> <p>\n";
|
||||
if ($in{'search'}) {
|
||||
print "<b>$text{'dbase_none2'}</b> <p>\n";
|
||||
}
|
||||
else {
|
||||
print "<b>$text{'dbase_none'}</b> <p>\n";
|
||||
}
|
||||
}
|
||||
&show_buttons();
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ dbase_drop=Drop Database
|
||||
dbase_exec=Execute SQL
|
||||
dbase_backup=Backup Database
|
||||
dbase_none=This database has no tables.
|
||||
dbase_none2=No tables matched your search.
|
||||
dbase_fields=Fields:
|
||||
dbase_return=table list
|
||||
dbase_ecannot=You are not allowed to edit this database
|
||||
|
||||
Reference in New Issue
Block a user