| @@ -14,13 +14,13 @@ | ||
| 14 | 14 | <div class="wpie-block-tool"> |
| 15 | 15 | |
| 16 | 16 | <div class="inside"> |
| 17 | 17 | <h3><span class="dashicons dashicons-database-export wpie-color-orange"></span> |
| 18 | - <span><?php esc_html_e( 'Export Settings', 'float-menu' ); ?></span></h3> | |
| 18 | + <span><?php esc_html_e( 'Export Settings', 'wpiebutton' ); ?></span></h3> | |
| 19 | 19 | <div class="inside"> |
| 20 | 20 | <p><?php |
| 21 | 21 | /* translators: %s: plugin name */ |
| 22 | - printf( esc_html__( 'Export the settings for %s as a .json file. This allows you to easily import the configuration into another site.', 'float-menu' ), '<b>' . esc_attr( WOWP_Plugin::info( 'name' ) ) . '</b>' ); ?></p> | |
| 22 | + printf( esc_html__( 'Export the settings for %s as a .json file. This allows you to easily import the configuration into another site.', 'wpiebutton' ), '<b>' . esc_attr( WOWP_Plugin::info( 'name' ) ) . '</b>' ); ?></p> | |
| 23 | 23 | <?php ImporterExporter::form_export(); ?> |
| 24 | 24 | </div> |
| 25 | 25 | </div> |
| 26 | 26 | <hr> |
| @@ -26,13 +26,13 @@ | ||
| 26 | 26 | <hr> |
| 27 | 27 | |
| 28 | 28 | <div class="inside"> |
| 29 | 29 | <h3><span class="dashicons dashicons-database-import wpie-color-orange"></span> |
| 30 | - <span><?php esc_html_e( 'Import Settings', 'float-menu' ); ?></span></h3> | |
| 30 | + <span><?php esc_html_e( 'Import Settings', 'wpiebutton' ); ?></span></h3> | |
| 31 | 31 | <div class="inside"> |
| 32 | 32 | <p><?php |
| 33 | 33 | /* translators: %s: plugin name */ |
| 34 | - printf( esc_html__( 'Import the %s settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.', 'float-menu' ), '<b>' . esc_attr( WOWP_Plugin::info( 'name' ) ) . '</b> ' ); ?></p> | |
| 34 | + printf( esc_html__( 'Import the %s settings from a .json file. This file can be obtained by exporting the settings on another site using the form above.', 'wpiebutton' ), '<b>' . esc_attr( WOWP_Plugin::info( 'name' ) ) . '</b> ' ); ?></p> | |
| 35 | 35 | <?php ImporterExporter::form_import(); ?> |
| 36 | 36 | </div> |
| 37 | 37 | </div> |
| 38 | 38 | |