| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | public function initSettings() { |
| 48 | 48 | $this->settings = array( |
| 49 | 49 | [ |
| 50 | 50 | 'title' => __( 'Tiered price table settings', 'tier-pricing-table' ), |
| 51 | - 'desc' => __( 'This controls how tiered pricing table will be displayed at product page', | |
| 51 | + 'desc' => __( 'This controls what and where tiered pricing table will be displayed at product page', | |
| 52 | 52 | 'tier-pricing-table' ), |
| 53 | 53 | 'id' => self::SETTINGS_PREFIX . 'options', |
| 54 | 54 | 'type' => 'title', |
| 55 | 55 | ], |
| @@ -71,9 +71,8 @@ | ||
| 71 | 71 | 'table' => __( 'Table', 'tier-pricing-table' ), |
| 72 | 72 | ], |
| 73 | 73 | 'desc' => __( 'Type of displaying', 'tier-pricing-table' ), |
| 74 | 74 | 'desc_tip' => true, |
| 75 | - 'default' => 'table', | |
| 76 | 75 | ], |
| 77 | 76 | [ |
| 78 | 77 | 'title' => __( 'Tooltip icon color', 'tier-pricing-table' ), |
| 79 | 78 | 'id' => self::SETTINGS_PREFIX . 'tooltip_color', |
| @@ -132,9 +131,9 @@ | ||
| 132 | 131 | 'title' => __( 'Quantity text', 'tier-pricing-table' ), |
| 133 | 132 | 'id' => self::SETTINGS_PREFIX . 'head_quantity_text', |
| 134 | 133 | 'type' => 'text', |
| 135 | 134 | 'default' => __( 'Quantity', 'tier-pricing-table' ), |
| 136 | - 'desc' => __( 'Name of quantity column. Leave Price text and Quantity text blank to do not show table head', 'tier-pricing-table' ), | |
| 135 | + 'desc' => __( 'Name of quantity column', 'tier-pricing-table' ), | |
| 137 | 136 | 'desc_tip' => true, |
| 138 | 137 | ], |
| 139 | 138 | [ |
| 140 | 139 | 'title' => __( 'Price text', 'tier-pricing-table' ), |
| @@ -140,9 +139,9 @@ | ||
| 140 | 139 | 'title' => __( 'Price text', 'tier-pricing-table' ), |
| 141 | 140 | 'id' => self::SETTINGS_PREFIX . 'head_price_text', |
| 142 | 141 | 'type' => 'text', |
| 143 | 142 | 'default' => __( 'Price', 'tier-pricing-table' ), |
| 144 | - 'desc' => __( 'Name of price column. Leave Price text and Quantity text blank to do not show table head', 'tier-pricing-table' ), | |
| 143 | + 'desc' => __( 'Name of price column', 'tier-pricing-table' ), | |
| 145 | 144 | 'desc_tip' => true, |
| 146 | 145 | ], |
| 147 | 146 | [ |
| 148 | 147 | 'title' => __( 'CSS class', 'tier-pricing-table' ), |