Index: trunk/extensions/SemanticACL/SemanticACL.php |
— | — | @@ -29,8 +29,8 @@ |
30 | 30 | wfMsgForContent('sacl-property-visibility-wl-user') ); |
31 | 31 | |
32 | 32 | SMWDIProperty::registerPropertyAlias( '___VISIBLE', 'Visible to' ); |
33 | | - SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_GROUP', 'View whitelisted group' ); |
34 | | - SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_USER', 'View whitelisted user' ); |
| 33 | + SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_GROUP', 'Visible to group' ); |
| 34 | + SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_USER', 'Visible to user' ); |
35 | 35 | |
36 | 36 | // Write restriction properties |
37 | 37 | SMWDIProperty::registerProperty( '___EDITABLE', '_str', |
— | — | @@ -41,8 +41,8 @@ |
42 | 42 | wfMsgForContent('sacl-property-editable-wl-user') ); |
43 | 43 | |
44 | 44 | SMWDIProperty::registerPropertyAlias( '___EDITABLE_BY', 'Editable by' ); |
45 | | - SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_GROUP', 'Edit whitelisted group' ); |
46 | | - SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_USER', 'Edit whitelisted user' ); |
| 45 | + SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_GROUP', 'Editable by group' ); |
| 46 | + SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_USER', 'Editable by user' ); |
47 | 47 | |
48 | 48 | return true; |
49 | 49 | } |
Index: trunk/extensions/SemanticACL/Messages.php |
— | — | @@ -6,10 +6,10 @@ |
7 | 7 | 'right-sacl-exempt' => 'Exempt from Semantic ACLs', |
8 | 8 | |
9 | 9 | 'sacl-property-visibility' => 'Visible to', |
10 | | - 'sacl-property-visibility-wl-group' => 'View whitelisted group', |
11 | | - 'sacl-property-visibility-wl-user' => 'View whitelisted user', |
| 10 | + 'sacl-property-visibility-wl-group' => 'Visible to group', |
| 11 | + 'sacl-property-visibility-wl-user' => 'Visible to user', |
12 | 12 | |
13 | 13 | 'sacl-property-editable' => 'Editable by', |
14 | | - 'sacl-property-editable-wl-group' => 'Edit whitelisted group', |
15 | | - 'sacl-property-editable-wl-user' => 'Edit whitelisted user', |
| 14 | + 'sacl-property-editable-wl-group' => 'Editable by group', |
| 15 | + 'sacl-property-editable-wl-user' => 'Editable by user', |
16 | 16 | ); |