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:
authorMarc Delisle <marc@infomarc.info>2015-07-08 20:23:07 +0300
committerMarc Delisle <marc@infomarc.info>2015-07-08 20:23:07 +0300
commit21eb98a9df69de59eac1119f81a3b880087994b9 (patch)
tree18fcffdb42d23c548ba566557f873639c9128150 /test
parentd14b0e47f1786ea4e7ebe0bec808bd524740d70f (diff)
Terminology: user accounts
Signed-off-by: Marc Delisle <marc@infomarc.info>
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
+?>