File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 511511 FontFamily =" Segoe UI Variable Display"
512512 FontSize =" 30"
513513 FontWeight =" Bold"
514+ MaxHeight =" 70"
514515 TextWrapping =" Wrap" />
515516 <TextBlock
516517 x : Name =" MainSubtitle"
517518 HorizontalAlignment =" Left"
518519 x : FieldModifier =" protected"
519520 FontSize =" 11"
521+ MaxHeight =" 40"
520522 FontWeight =" Normal"
521523 Foreground =" {ThemeResource AppBarItemDisabledForegroundThemeBrush}"
522524 TextWrapping =" Wrap" />
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ private async Task<PointButton> GenerateLogoutControl()
198198 {
199199 Padding = new Thickness ( 0 ) ,
200200 HorizontalAlignment = HorizontalAlignment . Stretch ,
201- Content = "Backup settings",
201+ Content = CoreTools . Translate ( "Package backup settings") ,
202202 FontSize = 12
203203 } ;
204204 hyperlinkButton . Click += ( _ , _ ) => MainApp . Instance . MainWindow . NavigationPage . OpenSettingsPage ( typeof ( Backup ) ) ;
You can’t perform that action at this time.
0 commit comments