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:
Diffstat (limited to 'test/libraries/PMA_server_users_test.php')
-rw-r--r--test/libraries/PMA_server_users_test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/libraries/PMA_server_users_test.php b/test/libraries/PMA_server_users_test.php
index 2d9de4fee9..079f641191 100644
--- a/test/libraries/PMA_server_users_test.php
+++ b/test/libraries/PMA_server_users_test.php
@@ -44,7 +44,7 @@ class PMA_ServerUsers_Test extends PHPUnit_Framework_TestCase
$html
);
$this->assertContains(
- __('Users overview'),
+ __('User accounts overview'),
$html
);
@@ -59,4 +59,4 @@ class PMA_ServerUsers_Test extends PHPUnit_Framework_TestCase
);
}
}
-?> \ No newline at end of file
+?>