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
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/libraries/PMA_server_privileges_test.php10
-rw-r--r--test/libraries/PMA_server_users_test.php4
2 files changed, 7 insertions, 7 deletions
diff --git a/test/libraries/PMA_server_privileges_test.php b/test/libraries/PMA_server_privileges_test.php
index ed50e446d3..bd23b2d1d2 100644
--- a/test/libraries/PMA_server_privileges_test.php
+++ b/test/libraries/PMA_server_privileges_test.php
@@ -1647,7 +1647,7 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
//Create a new user with the same privileges
$this->assertContains(
- "Create a new user with the same privileges",
+ "Create a new user account with the same privileges",
$html
);
@@ -1835,11 +1835,11 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
//labels
$this->assertContains(
- __('Add user'),
+ __('Add user account'),
$html
);
$this->assertContains(
- __('Remove selected users'),
+ __('Remove selected user accounts'),
$html
);
$this->assertContains(
@@ -1934,11 +1934,11 @@ class PMA_ServerPrivileges_Test extends PHPUnit_Framework_TestCase
//title
$this->assertContains(
- __('Edit Privileges:'),
+ __('Edit privileges:'),
$html
);
$this->assertContains(
- __('User'),
+ __('User account'),
$html
);
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
+?>