Skip to content

Commit

Permalink
Fixes (joomla#68)
Browse files Browse the repository at this point in the history
* PHPCS Fixes

* Changed order of position in alphabetical order

* Update default.php

You cannot break the lines the way you did because it breaks the tooltips
  • Loading branch information
khu5h1 authored Feb 12, 2023
1 parent 0ff2779 commit fd52f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions administrator/components/com_guidedtours/forms/step.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
validate="options"
>
<option value="bottom">COM_GUIDEDTOURS_FIELD_OPTION_BOTTOM</option>
<option value="top">COM_GUIDEDTOURS_FIELD_OPTION_TOP</option>
<option value="right">COM_GUIDEDTOURS_FIELD_OPTION_RIGHT</option>
<option value="center">COM_GUIDEDTOURS_FIELD_OPTION_CENTER</option>
<option value="left">COM_GUIDEDTOURS_FIELD_OPTION_LEFT</option>
<option value="">COM_GUIDEDTOURS_FIELD_OPTION_CENTER</option>
<option value="right">COM_GUIDEDTOURS_FIELD_OPTION_RIGHT</option>
<option value="top">COM_GUIDEDTOURS_FIELD_OPTION_TOP</option>
</field>

<field
Expand Down
2 changes: 1 addition & 1 deletion administrator/language/en-GB/com_guidedtours.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COM_GUIDEDTOURS_ORDER_DESCRIPTION_ASC="Description ascending"
COM_GUIDEDTOURS_ORDER_DESCRIPTION_DESC="Description descending"
COM_GUIDEDTOURS_ORDER_TYPE_ASC="Type ascending"
COM_GUIDEDTOURS_ORDER_TYPE_DESC="Type descending"
COM_GUIDEDTOURS_POSITION_DESC="Add the Position where you want to display your step. e.g. Bottom, Top, Right, Left, Center"
COM_GUIDEDTOURS_POSITION_DESC="Add the Position where you want to display your step. e.g. Bottom, Center, Left, Right, Top"
COM_GUIDEDTOURS_POSITION_LABEL="Position"
COM_GUIDEDTOURS_RULES_TAB="Permissions"
COM_GUIDEDTOURS_STATUS="Status"
Expand Down

0 comments on commit fd52f42

Please sign in to comment.