diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-28 14:38:05 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-28 14:38:05 +0300 |
commit | 57f3f7d72402e371d5736dc57eb276fd2efd17b7 (patch) | |
tree | 3ba046588d87b5df306f08eca22f54ceb3f5df89 /src | |
parent | 9bf9e3978d33cf4b81155bd2fd3c7bf9e04a931f (diff) |
Button rename
Diffstat (limited to 'src')
-rw-r--r-- | src/Ribbon/RibbonController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ribbon/RibbonController.cs b/src/Ribbon/RibbonController.cs index 99f44df..d78c6df 100644 --- a/src/Ribbon/RibbonController.cs +++ b/src/Ribbon/RibbonController.cs @@ -20,7 +20,7 @@ namespace RehauSku.Ribbon <tab id='rau' label='REHAU'> <group id='priceList' label='Прайс-лист'> <button id='exportToPrice' label='Экспорт в новый файл' size='normal' imageMso='PivotExportToExcel' onAction='OnExportPressed'/> - <button id='convertPrice' label='Обновить прайс-лист' size='normal' imageMso='FileUpdate' onAction='OnConvertPressed'/> + <button id='convertPrice' label='Актуализировать' size='normal' imageMso='FileUpdate' onAction='OnConvertPressed'/> <menu id='conjoinMenu' label='Объединить' imageMso='Copy'> <button id='mergeFiles' label='Сложить' onAction='OnMergePressed'/> <button id='combineFiles' label='По колонкам' onAction='OnCombinePressed'/> |