Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-30319

A string is not coherent with its environment (TRIVIAL)

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.2
    • 2.1.2
    • Themes
    • MOODLE_21_STABLE
    • MOODLE_22_STABLE
    • Hide

      1. Open the MyMobile settings page from the list of theme names below Themes in Site Administration/Appearance menu.
      2. Check that Mobile theme color swatch drop-down menu options are "Light/Blue" and "Grey" and that Default: is "Light/Blue"

      Show
      1. Open the MyMobile settings page from the list of theme names below Themes in Site Administration/Appearance menu. 2. Check that Mobile theme color swatch drop-down menu options are "Light/Blue" and "Grey" and that Default: is "Light/Blue"

      in mymobile setting I read:

      Mobile theme color swatcht:
      Toggle the color swatch of the theme between grey and light/blue.

      but within the select the only available colors are: light and grey.

      To fix it, simply change $string['colourswatch_desc']
      from
      'Toggle the color swatch of the theme between grey and light/blue.';
      to
      'Toggle the color swatch of the theme between grey and light.';

      in theme/mymobile/lang/en/theme_mymobile.php)

      OR

      $string['light'] = 'Light';
      to
      $string['light'] = 'Light/blue';

      in the same file.

            lazydaisy Mary Evans
            daniss Daniele Cordella
            Sam Hemelryk Sam Hemelryk
            Sam Hemelryk Sam Hemelryk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.