mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #04538
[Bug 771152] Re: Change View to Page in view.php
** Changed in: mahara
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/771152
Title:
Change View to Page in view.php
Status in Mahara ePortfolio:
Fix Released
Bug description:
The two strings :
$string['editaccesspagedescription3'] = 'By default, only you can see your Views. You can share views with others by adding access rules on this page. Once you are done, scroll down and click Save to continue.';
$string['editaccessinvalidviewset'] = 'Attempt to edit access on an invalid set of views and collections';
should be
$string['editaccesspagedescription3'] = 'By default, only you can see your Pages. You can share pages with others by adding access rules. Once you are done, scroll down and click Save to continue.';
$string['editaccessinvalidviewset'] = 'Attempt to edit access on an invalid set of pages and collections';
IF these strings are still valid and useful. I am always doubtful with
numbered strings such as editaccesspagedescription2 or
editaccesspagedescription3. You should avoid this way of doing and
create a new id each time you need a new string.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/771152/+subscriptions
References