diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-27 17:34:03 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-27 17:34:03 +0300 |
commit | 935d48fc5fe264218b39b335e1fc5232af5dae61 (patch) | |
tree | eb4f7aad791c71a103416ffa59cabb1ad0cb9ee1 /src/PriceListTools/Source.cs | |
parent | 72ac236b15603e84f18ec346749186b6cb2c2bdf (diff) |
Complete tools refactoring
Diffstat (limited to 'src/PriceListTools/Source.cs')
-rw-r--r-- | src/PriceListTools/Source.cs | 2 |
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(); |