Changed the spelling of 'dificulty' to 'difficulty' in lib/feature.rb

fixes CNVS-14763

test plan:

- Navigate to your profile page
- Click the down arrow on "Use High Contrast Styles"
- Confirm the spelling of 'difficulty' is now correct and no longer 'dificulty'.

Change-Id: Ife3bf310b5dc45fa609dfaa362814631f2e9e6f4
Reviewed-on: https://gerrit.instructure.com/39854
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Bryan Madsen <bryan@instructure.com>
Product-Review: Bryan Madsen <bryan@instructure.com>
QA-Review: Bryan Madsen <bryan@instructure.com>
This commit is contained in:
Sean Lewis 2014-08-23 00:54:57 -06:00 committed by Bryan Madsen
parent c930295ba6
commit 057e40edc1
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ END
display_name: -> { I18n.t('features.high_contrast', 'Use High Contrast Styles') },
description: -> { I18n.t('high_contrast_description', <<-END) },
If you would prefer a higher-contrast version of the Canvas user interface, enable this.
This might be useful for people with impaired vision or dificulty reading.
This might be useful for people with impaired vision or difficulty reading.
END
applies_to: 'User',
state: 'allowed',