Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-01-10 16:30:07 +0400
committerMichal Čihař <mcihar@suse.cz>2013-01-10 16:33:29 +0400
commit54b2540d875e00415cc8a2c7498b3d6407772466 (patch)
treebd852d908dfcaf6006cf073e62c0d7af0ccc04f6 /server_status_variables.php
parentfa0f34f1c99f535d0177520a022768ab230d9f2a (diff)
Use ellipsis where appropriate
Diffstat (limited to 'server_status_variables.php')
-rw-r--r--server_status_variables.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_status_variables.php b/server_status_variables.php
index 08d8d78b74..93dc968ffb 100644
--- a/server_status_variables.php
+++ b/server_status_variables.php
@@ -91,7 +91,7 @@ function getFilterHtml($ServerStatusData)
$retval .= '</div>';
$retval .= '<div class="formelement">';
$retval .= '<select id="filterCategory" name="filterCategory">';
- $retval .= '<option value="">' . __('Filter by category...') . '</option>';
+ $retval .= '<option value="">' . __('Filter by category…') . '</option>';
foreach ($ServerStatusData->sections as $section_id => $section_name) {
if (isset($ServerStatusData->categoryUsed[$section_id])) {
@@ -405,7 +405,7 @@ function getStatusVariablesDescriptions()
),
'Handler_read_prev' => __(
'The number of requests to read the previous row in key order.'
- . ' This read method is mainly used to optimize ORDER BY ... DESC.'
+ . ' This read method is mainly used to optimize ORDER BY … DESC.'
),
'Handler_read_rnd' => __(
'The number of requests to read a row based on a fixed position.'