← Back to team overview

mahara-contributors team mailing list archive

[Bug 771152] [NEW] Change View to Page in view.php

 

Public bug reported:

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.

** Affects: mahara
     Importance: Undecided
         Status: New

-- 
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:
  New

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.


Follow ups

References