From 74ddcb2ddf9628234969283532eb4370ef45d7c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 10 Apr 2017 14:06:12 +0200 Subject: [PATCH] ActionBar Doku: Ye Olde Butcherede Englishe --- SL/Layout/ActionBar.pm | 2 +- SL/Layout/ActionBar/Action.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SL/Layout/ActionBar.pm b/SL/Layout/ActionBar.pm index 8447ec1b7..32c2f7d7e 100644 --- a/SL/Layout/ActionBar.pm +++ b/SL/Layout/ActionBar.pm @@ -199,7 +199,7 @@ A string type, followed by the parameters needed for that type. Type may be one C will use no parameters, the other three will expect one arrayref. -Two additional pseuso parameters are supported for those: +Two additional pseudo parameters are supported for those: =over 4 diff --git a/SL/Layout/ActionBar/Action.pm b/SL/Layout/ActionBar/Action.pm index c488f94a7..90eb8498c 100644 --- a/SL/Layout/ActionBar/Action.pm +++ b/SL/Layout/ActionBar/Action.pm @@ -65,7 +65,7 @@ This base class for actions can be used to implement elements that can be added to L. Elements can be interactive or simply used for layout. Most of the actual -semantik is handled in the corresponding javascript C, so +semantics are handled in the corresponding javascript C, so this is only used to generate the DOM elements and to provide information for request time logic decisions. @@ -190,7 +190,7 @@ If present, a click will C the action to prevent multiple activations. =item * C<< accesskey => $text >> -Registeres an accesskey for this element. While the most common accesskey is +Registers an accesskey for this element. While the most common accesskey is 'enter', in theory every other should work as well. Modifier keys can be added to the accesskey string with 'ctrl+', 'alt+', or 'shift+'. 'shift+' is not necessary for upper case letters. -- 2.20.1