PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | inc/admin/views/setup/steps/currency.php +2 -2 4.1.74.4.8 View file →
@@ -60,9 +60,9 @@
60 60 value="<?php echo esc_attr( $settings->get( 'thousands_separator', ',' ) ); ?>">
61 61 </td>
62 62 </tr>
63 63 <tr>
64 - <th><?php _e( 'Decimals Separator', 'learnpress' ); ?></th>
64 + <th><?php _e( 'Decimal separator', 'learnpress' ); ?></th>
65 65 <td>
66 66 <input id="decimals-separator" type="text" name="settings[currency][decimals_separator]"
67 67 value="<?php echo esc_attr( $settings->get( 'decimals_separator', '.' ) ); ?>">
68 68 </td>
@@ -67,9 +67,9 @@
67 67 value="<?php echo esc_attr( $settings->get( 'decimals_separator', '.' ) ); ?>">
68 68 </td>
69 69 </tr>
70 70 <tr>
71 - <th><?php _e( 'Number of Decimals', 'learnpress' ); ?></th>
71 + <th><?php _e( 'The number of decimals', 'learnpress' ); ?></th>
72 72 <td>
73 73 <input id="number-of-decimals" type="text" name="settings[currency][number_of_decimals]"
74 74 value="<?php echo esc_attr( $settings->get( 'number_of_decimals', '2' ) ); ?>">
75 75 </td>