← Back to team overview

mahara-contributors team mailing list archive

[Bug 1508723] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5600
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/8633db201e8f369786b5e5dff6244e76c4dbf8a8
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    15.10_STABLE

commit 8633db201e8f369786b5e5dff6244e76c4dbf8a8
Author: Aaron Wells <aaronw@xxxxxxxxxxxxxxx>
Date:   Thu Oct 22 12:51:29 2015 +1300

Dedicated language strings for switchboxes

Bug 1508723. Allows translations to come up with workarounds
for the switchbox label size limit bug, without affecting
the rest of Mahara.

behatnotneeded: Covered by existing tests

Change-Id: I9dc3491add303ac40831f567ad5ec41be6c34be7
(cherry picked from commit ee0f2ed2abde4f7d019deb0f00772200e172589d)

-- 
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/1508723

Title:
  Have dedicated language strings for switchbox labels

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  Due to Bug 1467252, it may be necessary in some languages to relabel
  the switchboxes so that they don't say a direct translation of
  "Yes/No" or "Off/On".

  The problem is, the switchboxes currently use the strings 'yes', 'no',
  'off', and 'on' from mahara.php, which are potentially used throughout
  Mahara and can't be safely changed.

  The solution is to use dedicated language strings just for the
  switchboxes, so that they can be relabelled for brevity without
  affecting the rest of Mahara.

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


References