Skip to content

Commit

Permalink
label and description text to their right places
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanusnurmoja committed Apr 30, 2013
1 parent df14c4c commit e705e90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ PLG_ELEMENT_CDD_DEFAULT_LABEL="Default"
PLG_ELEMENT_CDD_DISPLAY_AS_DESC="How the element should be rendered in the form view"
PLG_ELEMENT_CDD_DISPLAY_AS_LABEL="Render as"
PLG_ELEMENT_CDD_DROPDOWN="Dropdown"
PLG_ELEMENT_CDD_DROPDOWN_MAXWIDTH_DESC="Set max.width (only dropdown)"
PLG_ELEMENT_CDD_DROPDOWN_MAXWIDTH_LABEL="Write the value in pixels or percents (e.g 100px or 30%). It avoids the dropdown to be too large if there are long texts. Tip: if you want you can set also minimum width. Then you should write for example 200px;min-width:100px to have right code syntax"
PLG_ELEMENT_CDD_DROPDOWN_MAXWIDTH_DESC="Write the value in pixels or percents (e.g 100px or 30%). It avoids the dropdown to be too large if there are long texts. Tip: if you want you can set also minimum width. Then you should write for example 200px;min-width:100px to have right code syntax"
PLG_ELEMENT_CDD_DROPDOWN_MAXWIDTH_LABEL="Set max.width (only dropdown)"
PLG_ELEMENT_CDD_EVAL_LABEL="Eval"
PLG_ELEMENT_CDD_HIDDEN="Hidden"
PLG_ELEMENT_CDD_ID_DESC="This fields values will be used for the drop down options' values"
Expand Down

0 comments on commit e705e90

Please sign in to comment.