File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Fluent.Ribbon/Localization/Languages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace Fluent.Localization.Languages
6
6
public class Russian : RibbonLocalizationBase
7
7
{
8
8
public override string Automatic { get ; } = "Автоматически" ;
9
- public override string BackstageBackButtonUid { get ; } = FallbackLocalization . BackstageBackButtonUid /* Close Backstage */ ;
9
+ public override string BackstageBackButtonUid { get ; } = "Закрыть Backstage" ;
10
10
public override string BackstageButtonKeyTip { get ; } = "Ф" ;
11
11
public override string BackstageButtonText { get ; } = "Файл" ;
12
12
public override string CustomizeStatusBar { get ; } = "Настройка строки состояния" ;
@@ -38,4 +38,4 @@ public class Russian : RibbonLocalizationBase
38
38
public override string UseClassicRibbon { get ; } = "_Использовать классическую ленту" ;
39
39
public override string UseSimplifiedRibbon { get ; } = "_Использовать упрощённую ленту" ;
40
40
}
41
- }
41
+ }
You can’t perform that action at this time.
0 commit comments