Skip to content

Commit

Permalink
Change eg. to e.g.
Browse files Browse the repository at this point in the history
Signed-off-by: William Desportes <williamdes@wdes.fr>
  • Loading branch information
comradekingu authored and williamdes committed May 14, 2020
1 parent d543114 commit 7e98f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/classes/Config/Descriptions.php
Expand Up @@ -473,7 +473,7 @@ public static function getString($path, $type = 'name')
'MaxTableList_desc' => __('Maximum number of tables displayed in table list.'),
'MaxTableList_name' => __('Maximum tables'),
'MemoryLimit_desc' => __(
'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] '
'The number of bytes a script is allowed to allocate, e.g. [kbd]32M[/kbd] '
. '([kbd]-1[/kbd] for no limit and [kbd]0[/kbd] for no change).'
),
'MemoryLimit_name' => __('Memory limit'),
Expand Down Expand Up @@ -820,7 +820,7 @@ public static function getString($path, $type = 'name')
'ShowSQL_name' => __('Show SQL queries'),
'RetainQueryBox_desc' => __('Defines whether the query box should stay on-screen after its submission.'),
'RetainQueryBox_name' => __('Retain query box'),
'ShowStats_desc' => __('Allow to display database and table statistics (eg. space usage).'),
'ShowStats_desc' => __('Allow to display database and table statistics (e.g. space usage).'),
'ShowStats_name' => __('Show statistics'),
'SkipLockedTables_desc' => __('Mark used tables and make it possible to show databases with locked tables.'),
'SkipLockedTables_name' => __('Skip locked tables'),
Expand Down

0 comments on commit 7e98f44

Please sign in to comment.