File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ private Result ContextMenuTopMost(Result result)
803
803
Action = _ =>
804
804
{
805
805
_topMostRecord . AddOrUpdate ( result ) ;
806
- App . API . ShowMsg ( "Success" ) ;
806
+ App . API . ShowMsg ( InternationalizationManager . Instance . GetTranslation ( "success" ) ) ;
807
807
return false ;
808
808
}
809
809
} ;
Original file line number Diff line number Diff line change 7
7
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
8
8
xmlns : ui =" http://schemas.modernwpf.com/2019"
9
9
Name =" FlowWelcomeWindow"
10
- Title =" Welcome to Flow Launcher"
11
- Activated =" OnActivated"
10
+ Title =" {DynamicResource Welcome_Page1_Title}"
12
11
Width =" 550"
13
12
Height =" 650"
14
- MouseDown = " window_MouseDown "
13
+ Activated = " OnActivated "
15
14
Background =" {DynamicResource Color00B}"
16
15
Foreground =" {DynamicResource PopupTextColor}"
16
+ MouseDown =" window_MouseDown"
17
17
WindowStartupLocation =" CenterScreen"
18
18
mc : Ignorable =" d" >
19
19
<!-- #region TitleBar-->
48
48
VerticalAlignment =" Center"
49
49
FontSize =" 12"
50
50
Foreground =" {DynamicResource Color05B}"
51
- Text =" Welcome to Flow Launcher " />
51
+ Text =" {DynamicResource Welcome_Page1_Title} " />
52
52
53
53
<Button
54
54
Grid.Column=" 4"
You can’t perform that action at this time.
0 commit comments