From 21eb98a9df69de59eac1119f81a3b880087994b9 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 8 Jul 2015 13:23:07 -0400 Subject: Terminology: user accounts Signed-off-by: Marc Delisle --- test/libraries/PMA_server_privileges_test.php | 10 +++++----- test/libraries/PMA_server_users_test.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'test') 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 +?> -- cgit v1.2.3