Hi,

Now that 'Role receive access' has been added, I just changed the name 'Role access' to 'Role request access' for consistency.

Thanks

CommentFileSizeAuthor
#2 role_request_access_name_change.patch584 bytesBilmar

Comments

alex.k’s picture

What needs review here, sorry?

Bilmar’s picture

StatusFileSize
new584 bytes

oh weird, i uploaded a patch but it looks like it did not get attached, sorry
just wanted to suggestion a simple fieldset title change as 'Role receive access' was added recently

--- user_relationships_ui/user_relationships_ui.admin.inc	2010-05-14 04:15:58.000000000 +0900
+++ user_relationships_ui/user_relationships_ui.admin.inc	2010-05-22 16:32:36.000000000 +0900
@@ -202,7 +202,7 @@ function user_relationships_ui_type_edit
     '#weight'         => -5,
   );
   $form['roles'] = array(
-    '#title' => t('Role access'),
+    '#title' => t('Role request access'),
     '#type' => 'fieldset',
     '#description' => t('You may choose which roles are allowed to request this relationship. If none are selected, all roles are allowed.'),
     'roles' => array(
alex.k’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.