From 52b2a139d05ac89f8494410f2cef46161475b70f Mon Sep 17 00:00:00 2001 From: Xavier Date: Mon, 7 Apr 2014 11:52:30 +0200 Subject: [PATCH] // blocktopmenu: better wording. --- views/templates/admin/_configure/helpers/form/form.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/templates/admin/_configure/helpers/form/form.tpl b/views/templates/admin/_configure/helpers/form/form.tpl index 76a9242..6c63945 100644 --- a/views/templates/admin/_configure/helpers/form/form.tpl +++ b/views/templates/admin/_configure/helpers/form/form.tpl @@ -50,10 +50,10 @@ function add() text = text.replace(/(^\s*)|(\s*$)/gi,""); if (val == "PRODUCT") { - val = prompt('{l s="Set ID product" mod='blocktopmenu' js=1}'); + val = prompt('{l s="Indicate the ID number for the product" mod='blocktopmenu' js=1}'); if (val == null || val == "" || isNaN(val)) return; - text = '{l s="Product ID" mod='blocktopmenu' js=1}'+val; + text = '{l s="Product ID #" mod='blocktopmenu' js=1}'+val; val = "PRD"+val; } $("#items").append('');