← Back to team overview

mahara-contributors team mailing list archive

[Bug 1820927] [NEW] Two $string['portfolio'] language strings in view.php lang file

 

Public bug reported:

There is

$string['portfolio'] = 'portfolio';

and

$string['portfolio'] = 'Portfolio';

but only the second one gets used

We need to sort this out so uppercase one is

$string['Portfolio'] = 'Portfolio';

To test: 
Before patch

1) Create a group as an admin and turn on 'participation report'
2) Go to the group 'report' page and see it mention '1 Portfolio' (should say '1 portfolio')
3) Go to admin -> reports - the 'Pages by type' graph has 'Portfolio'

** Affects: mahara
     Importance: Medium
     Assignee: Robert Lyon (robertl-9)
         Status: In Progress

** Changed in: mahara
     Assignee: (unassigned) => Robert Lyon (robertl-9)

** Changed in: mahara
    Milestone: None => 19.04.0

** Changed in: mahara
   Importance: Undecided => Medium

** Changed in: mahara
       Status: New => In Progress

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1820927

Title:
  Two $string['portfolio'] language strings in view.php lang file

Status in Mahara:
  In Progress

Bug description:
  There is

  $string['portfolio'] = 'portfolio';

  and

  $string['portfolio'] = 'Portfolio';

  but only the second one gets used

  We need to sort this out so uppercase one is

  $string['Portfolio'] = 'Portfolio';

  To test: 
  Before patch

  1) Create a group as an admin and turn on 'participation report'
  2) Go to the group 'report' page and see it mention '1 Portfolio' (should say '1 portfolio')
  3) Go to admin -> reports - the 'Pages by type' graph has 'Portfolio'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1820927/+subscriptions


Follow ups