Bug 8558: (QA follow-up) a little more text clean up
You can take or leave it, honestly, I just thought we could be a little more explicit about what we were overwriting. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
e4d1318550
commit
6d046c2e3d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
var obj = $('#' + id + ' input:file');
|
||||
if (/(?:\.csv|\.ods|\.xml)$/.test(obj.val())) {
|
||||
var frameworkcode = $('#' + id + ' input:hidden[name=frameworkcode]').val();
|
||||
var MSG_OVERWRITE_WARNING = _("Are you sure you want to import the " + frameworkcode + " framework structure? This will overwrite the current configuration. For safety reasons, it is recommended to use the export option to make a backup first.");
|
||||
var MSG_OVERWRITE_WARNING = _("Are you sure you want to replace the fields and subfields for the " + frameworkcode + " framework structure? The existing structure will be overwritten! For safety reasons, it is recommended to use the export option to make a backup first.");
|
||||
if (confirm( MSG_OVERWRITE_WARNING )) {
|
||||
$('#importing_' + frameworkcode).find("span").html(MSG_IMPORTING_TO_FRAMEWORK.format("<strong>" + frameworkcode + "</strong>", "<i>" + obj.val().replace(new RegExp("^.+[/\\\\]"),"") + "</i>"));
|
||||
if (navigator.userAgent.toLowerCase().indexOf('msie') != -1) {
|
||||
|
|
Loading…
Reference in a new issue