Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Add missing semicolons for ending lines
Browse files Browse the repository at this point in the history
close #52
  • Loading branch information
gizmecano committed Jul 10, 2018
1 parent 00bdf26 commit 4f19c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/language/fr-FR/extension/openbay/ebay_new.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
$_['text_ebay_imagesize_ok'] = 'La taille de l’image est correcte. Elle peut être utilisée sur eBay';
$_['text_compatible'] = 'Options compatibles';
$_['text_loading_compatibility'] = 'Chargement des options de compatibilité';
$_['text_product_identifiers'] = 'Identifiants du produit'
$_['text_product_identifiers'] = 'Identifiants du produit';
$_['text_ean'] = 'EAN';
$_['text_upc'] = 'UPC';
$_['text_isbn'] = 'ISBN';
Expand Down
2 changes: 1 addition & 1 deletion admin/language/fr-FR/extension/openbay/ebay_newbulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
$_['text_total_fee'] = 'Taxes totales';
$_['text_category_choose'] = 'Choisir la catégorie';
$_['text_suggested'] = 'Catégories suggérées';
$_['text_product_identifiers'] = 'Identifiants du produit'
$_['text_product_identifiers'] = 'Identifiants du produit';
$_['text_ean'] = 'EAN';
$_['text_upc'] = 'UPC';
$_['text_isbn'] = 'ISBN';
Expand Down
2 changes: 1 addition & 1 deletion admin/language/fr-FR/extension/shipping/ups.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$_['text_mx'] = 'En provenance du Mexique';
$_['text_other'] = 'En provenance d’un autre pays';
$_['text_test'] = 'Environnement de test';
$_['text_production'] = 'Environnement de production'
$_['text_production'] = 'Environnement de production';
$_['text_residential'] = 'Résidentiel';
$_['text_commercial'] = 'Commercial';
$_['text_next_day_air'] = 'UPS Next Day Air';
Expand Down

0 comments on commit 4f19c4b

Please sign in to comment.