| @@ -63,9 +63,9 @@ | ||
| 63 | 63 | }, 10, 2 ); |
| 64 | 64 | } |
| 65 | 65 | |
| 66 | 66 | public function getTitle(): string { |
| 67 | - return __( 'CURCY Multicurrency', 'tier-pricing-table' ); | |
| 67 | + return 'CURCY Multicurrency'; | |
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | public function getIconURL(): string { |
| 71 | 71 | return $this->getContainer()->getFileManager()->locateAsset( 'admin/integrations/curcy-icon.png' ); |
| @@ -75,9 +75,9 @@ | ||
| 75 | 75 | return 'https://ru.wordpress.org/plugins/woo-multi-currency/'; |
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | public function getDescription(): string { |
| 79 | - return __( 'Make the tiered pricing properly work with multiple currencies.', 'tier-pricing-table' ); | |
| 79 | + return __( 'Convert and display tiered pricing correctly when using the CURCY multicurrency plugin.', 'tier-pricing-table' ); | |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | public function getSlug(): string { |
| 83 | 83 | return 'curcy'; |