From d3db5dbf777bda7bf9cbafdd491609d608a0c195 Mon Sep 17 00:00:00 2001 From: Michael Tobisch Date: Sat, 23 Jan 2021 11:18:28 +0100 Subject: [PATCH 1/2] Update ImportCSV.ascx.cs --- ImportCSV.ascx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ImportCSV.ascx.cs b/ImportCSV.ascx.cs index 8e5c0c6..251f5f1 100644 --- a/ImportCSV.ascx.cs +++ b/ImportCSV.ascx.cs @@ -126,7 +126,7 @@ void cmdImport_Click(object sender, EventArgs e) } else { - UI.Skins.Skin.AddModuleMessage(this, "Please specify the file to import", + UI.Skins.Skin.AddModuleMessage(this, Localization.GetString("Validation.Text", LocalResourceFile), ModuleMessage.ModuleMessageType.RedError); } } @@ -239,4 +239,4 @@ DataRow FillRow(string[] data, DataRow row, int start) #endregion } -} \ No newline at end of file +} From 91205a836774274af4af708387cebc5f60ef6c3d Mon Sep 17 00:00:00 2001 From: Michael Tobisch Date: Sat, 23 Jan 2021 11:22:31 +0100 Subject: [PATCH 2/2] Update ImportCSV.ascx.resx --- App_LocalResources/ImportCSV.ascx.resx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App_LocalResources/ImportCSV.ascx.resx b/App_LocalResources/ImportCSV.ascx.resx index deba79f..5220903 100644 --- a/App_LocalResources/ImportCSV.ascx.resx +++ b/App_LocalResources/ImportCSV.ascx.resx @@ -121,7 +121,7 @@ Folder - Select the folder + Select the folder File @@ -142,7 +142,7 @@ The module specified does not have any content - An error occurred during the export + An error occurred during the import You must specify a folder and file for Import @@ -165,4 +165,4 @@ Semicolon ";" - \ No newline at end of file +