Fixed bug #3512565 - Missing word Rows in table list tooltip after click
This commit is contained in:

committed by
Rouslan Placella

parent
c4a1ffa45a
commit
ac82ba0f45
@@ -265,7 +265,7 @@ class PMA_Table
|
||||
static public function sGetToolTip($db, $table)
|
||||
{
|
||||
return PMA_Table::sGetStatusInfo($db, $table, 'Comment')
|
||||
. ' (' . PMA_Table::countRecords($db, $table) . ')';
|
||||
. ' (' . PMA_Table::countRecords($db, $table) . ' ' . __('Rows') . ')';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user