http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88713
Revision: 88713
Author: werdna
Date: 2011-05-24 03:13:50 +0000 (Tue, 24 May 2011)
Log Message:
-----------
Rename properties to sound sane
Modified Paths:
--------------
trunk/extensions/SemanticACL/Messages.php
trunk/extensions/SemanticACL/SemanticACL.php
Modified: trunk/extensions/SemanticACL/Messages.php
===================================================================
--- trunk/extensions/SemanticACL/Messages.php 2011-05-24 03:08:01 UTC (rev
88712)
+++ trunk/extensions/SemanticACL/Messages.php 2011-05-24 03:13:50 UTC (rev
88713)
@@ -6,10 +6,10 @@
'right-sacl-exempt' => 'Exempt from Semantic ACLs',
'sacl-property-visibility' => 'Visible to',
- 'sacl-property-visibility-wl-group' => 'View whitelisted group',
- 'sacl-property-visibility-wl-user' => 'View whitelisted user',
+ 'sacl-property-visibility-wl-group' => 'Visible to group',
+ 'sacl-property-visibility-wl-user' => 'Visible to user',
'sacl-property-editable' => 'Editable by',
- 'sacl-property-editable-wl-group' => 'Edit whitelisted group',
- 'sacl-property-editable-wl-user' => 'Edit whitelisted user',
+ 'sacl-property-editable-wl-group' => 'Editable by group',
+ 'sacl-property-editable-wl-user' => 'Editable by user',
);
Modified: trunk/extensions/SemanticACL/SemanticACL.php
===================================================================
--- trunk/extensions/SemanticACL/SemanticACL.php 2011-05-24 03:08:01 UTC
(rev 88712)
+++ trunk/extensions/SemanticACL/SemanticACL.php 2011-05-24 03:13:50 UTC
(rev 88713)
@@ -29,8 +29,8 @@
wfMsgForContent('sacl-property-visibility-wl-user') );
SMWDIProperty::registerPropertyAlias( '___VISIBLE', 'Visible to' );
- SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_GROUP', 'View
whitelisted group' );
- SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_USER', 'View
whitelisted user' );
+ SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_GROUP', 'Visible
to group' );
+ SMWDIProperty::registerPropertyAlias( '___VISIBLE_WL_USER', 'Visible to
user' );
// Write restriction properties
SMWDIProperty::registerProperty( '___EDITABLE', '_str',
@@ -41,8 +41,8 @@
wfMsgForContent('sacl-property-editable-wl-user') );
SMWDIProperty::registerPropertyAlias( '___EDITABLE_BY', 'Editable by' );
- SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_GROUP', 'Edit
whitelisted group' );
- SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_USER', 'Edit
whitelisted user' );
+ SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_GROUP', 'Editable
by group' );
+ SMWDIProperty::registerPropertyAlias( '___EDITABLE_WL_USER', 'Editable
by user' );
return true;
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs