aboutsummaryrefslogtreecommitdiff
path: root/src/PriceListTools/Source.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-01-27 17:34:03 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-01-27 17:34:03 +0300
commit935d48fc5fe264218b39b335e1fc5232af5dae61 (patch)
treeeb4f7aad791c71a103416ffa59cabb1ad0cb9ee1 /src/PriceListTools/Source.cs
parent72ac236b15603e84f18ec346749186b6cb2c2bdf (diff)
Complete tools refactoring
Diffstat (limited to 'src/PriceListTools/Source.cs')
-rw-r--r--src/PriceListTools/Source.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PriceListTools/Source.cs b/src/PriceListTools/Source.cs
index 40ac257..92de551 100644
--- a/src/PriceListTools/Source.cs
+++ b/src/PriceListTools/Source.cs
@@ -19,7 +19,7 @@ namespace RehauSku.PriceListTools
if (amountCell == null || skuCell == null || groupCell == null)
{
- throw new ArgumentException($"Лист { Name } не распознан");
+ throw new ArgumentException($"Файл {Name} не распознан");
}
CreateAmountDict();