| @@ -6,17 +6,21 @@ | ||
| 6 | 6 | |
| 7 | 7 | 'inline' => [ |
| 8 | 8 | 'type' => 'checkbox', |
| 9 | 9 | 'name' => '[inline_css]', |
| 10 | - 'title' => __( 'Inline', 'wpcoder' ), | |
| 11 | - 'text' => __( 'Enable', 'wpcoder' ), | |
| 10 | + 'title' => __( 'Inline', 'wp-coder' ), | |
| 11 | + 'text' => __( 'Enable', 'wp-coder' ), | |
| 12 | + 'class' => 'is-reverse', | |
| 13 | + 'tooltip' => __( 'Load CSS inline instead of from an external file.', 'wp-coder' ), | |
| 12 | 14 | ], |
| 13 | 15 | |
| 14 | 16 | 'minified' => [ |
| 15 | 17 | 'type' => 'checkbox', |
| 16 | 18 | 'name' => '[minified_css]', |
| 17 | - 'title' => __( 'Minified', 'wpcoder' ), | |
| 18 | - 'text' => __( 'Enable', 'wpcoder' ), | |
| 19 | + 'title' => __( 'Minified', 'wp-coder' ), | |
| 20 | + 'text' => __( 'Enable', 'wp-coder' ), | |
| 21 | + 'class' => 'is-reverse', | |
| 22 | + 'tooltip' => __( 'Compress CSS by removing spaces and line breaks.', 'wp-coder' ), | |
| 19 | 23 | ], |
| 20 | 24 | |
| 21 | 25 | 'css_code' => [ |
| 22 | 26 | 'type' => 'textarea', |