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:
authorMarc Delisle <marc@infomarc.info>2010-05-05 04:07:19 +0400
committerMarc Delisle <marc@infomarc.info>2010-05-05 04:07:19 +0400
commit2182098af6d1ab1fc85784793605991f7d1cd595 (patch)
tree7256bb8a302307ae427654589715ddac3cb905fe /browse_foreigners.php
parent2d304c1f8cfeda182500cc9f6628120c6930e802 (diff)
strings to gettext, second batch
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index 16cf7a2f07..714d8676d3 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -79,7 +79,7 @@ if (is_array($foreignData['disp_row'])) {
5,
20,
10,
- $GLOBALS['strPageNumber']
+ __('Page number:')
);
}
}