diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php
index 37a9bb77c09..bfd21deee33 100644
--- a/htdocs/admin/translation.php
+++ b/htdocs/admin/translation.php
@@ -136,7 +136,7 @@ print '
';
print img_info().' '.$langs->trans("SomeTranslationAreUncomplete");
$urlwikitranslatordoc='https://wiki.dolibarr.org/index.php/Translator_documentation';
print ' ('.$langs->trans("SeeAlso").': '.$urlwikitranslatordoc.')
';
-print $langs->trans("TranslationOverwriteDesc",$langs->transnoentitiesnoconv("Language"),$langs->transnoentitiesnoconv("Key"),$langs->transnoentitiesnoconv("TranslatedStringToShow"))."
\n";
+print $langs->trans("TranslationOverwriteDesc",$langs->transnoentitiesnoconv("Language"),$langs->transnoentitiesnoconv("Key"),$langs->transnoentitiesnoconv("NewTranslationStringToShow"))."
\n";
print '
';
diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 420fde73839..eabc52337bd 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -92,6 +92,14 @@ if (empty($reshook))
$search_soc = '';
}
+ if ($action == 'setlabelsellingprice' && $user->admin)
+ {
+ require_once DOL_DOCUMENT_ROOT . '/core/lib/admin.lib.php';
+ $keyforlabel = 'PRODUIT_MULTIPRICES_LABEL'.GETPOST('pricelevel');
+ dolibarr_set_const($db, $keyforlabel, GETPOST('labelsellingprice','alpha'), 'chaine', 0, '', $conf->entity);
+ $action = '';
+ }
+
if (($action == 'update_vat') && !$cancel && ($user->rights->produit->creer || $user->rights->service->creer))
{
$tva_tx_txt = GETPOST('tva_tx', 'alpha'); // tva_tx can be '8.5' or '8.5*' or '8.5 (XXX)' or '8.5* (XXX)'
@@ -661,7 +669,9 @@ if (! empty($conf->global->PRODUIT_MULTIPRICES))
$soc->fetch($socid);
// Selling price
- print '