| @@ -166,12 +166,12 @@ | ||
| 166 | 166 | <table class="widefat"> |
| 167 | 167 | <tr> |
| 168 | 168 | <td><h4><?php esc_html_e('Profiles List', 'code-profiler') ?></h4> |
| 169 | 169 | <p><?php esc_html_e('This page shows all saved profiles with sortable columns:', 'code-profiler') ?></p> |
| 170 | - <ul class="license-help-view" style="font-size:15px;"> | |
| 170 | + <ul class="license-help-view"> | |
| 171 | 171 | <li><?php esc_html_e('Profile: name of the saved profile.', 'code-profiler') ?></li> |
| 172 | 172 | <li><?php esc_html_e('Date: creation date of the profile.', 'code-profiler') ?></li> |
| 173 | - <li><?php esc_html_e('Items: number of plugins + the current theme.', 'code-profiler') ?></li> | |
| 173 | + <li><?php esc_html_e('Item: number of plugins + the current theme.', 'code-profiler') ?></li> | |
| 174 | 174 | <li><?php esc_html_e('Time: execution time in second.', 'code-profiler') ?></li> |
| 175 | 175 | <li><?php esc_html_e('Memory: peak memory in megabytes.', 'code-profiler') ?></li> |
| 176 | 176 | <li><?php esc_html_e('File I/O: sum of all file I/O operations.', 'code-profiler') ?></li> |
| 177 | 177 | <li><?php esc_html_e('SQL: sum of database queries (WordPress, all plugins and the theme).', 'code-profiler') ?></li> |