Skip to content

Commit

Permalink
[4.0] skipto plugin typo (#32763)
Browse files Browse the repository at this point in the history
Obvious mistake by me. Thanks to @tecpromotion for spotting it
  • Loading branch information
brianteeman authored Mar 20, 2021
1 parent 733786f commit 83a61f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/language/en-GB/plg_system_skipto.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

PLG_SYSTEM_SKIPTO="System - Skip-To Navigation"
; do not translate $key
PLG_SYSTEM_SKIPTO_ACCCESS_KEY="Access key is $key"
PLG_SYSTEM_SKIPTO_ACCESS_KEY="Access key is $key"
PLG_SYSTEM_SKIPTO_HEADING="Page Outline"
PLG_SYSTEM_SKIPTO_HEADING_LEVEL="Heading level"
; next line begins with a space. $m is count, %n is total
Expand Down
2 changes: 1 addition & 1 deletion plugins/system/skipto/skipto.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function onAfterDispatch()

// Button labels and messages
'buttonLabel' => Text::_('PLG_SYSTEM_SKIPTO_TITLE'),
'buttonTooltipAccesskey' => Text::_('PLG_SYSTEM_SKIPTO_ACCCESS_KEY'),
'buttonTooltipAccesskey' => Text::_('PLG_SYSTEM_SKIPTO_ACCESS_KEY'),

// Menu labels and messages
'landmarkGroupLabel' => Text::_('PLG_SYSTEM_SKIPTO_LANDMARK'),
Expand Down

0 comments on commit 83a61f1

Please sign in to comment.