File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 16
16
<system : String x : Key =" iconTrayExit" >Exit</system : String >
17
17
<system : String x : Key =" closeWindow" >Close</system : String >
18
18
<system : String x : Key =" GameMode" >Game Mode</system : String >
19
+ <system : String x : Key =" GameModeToolTip" >Suspend the use of Hotkeys.</system : String >
19
20
20
21
<!-- Setting General -->
21
22
<system : String x : Key =" flowlauncher_settings" >Flow Launcher Settings</system : String >
Original file line number Diff line number Diff line change 16
16
<system : String x : Key =" iconTrayExit" >종료</system : String >
17
17
<system : String x : Key =" closeWindow" >닫기</system : String >
18
18
<system : String x : Key =" GameMode" >게임 모드</system : String >
19
+ <system : String x : Key =" GameModeToolTip" >핫키 사용을 일시중단합니다.</system : String >
19
20
20
21
<!-- Setting General -->
21
22
<system : String x : Key =" flowlauncher_settings" >Flow Launcher 설정</system : String >
Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ private void InitializeNotifyIcon()
211
211
exit . Click += ( o , e ) => Close ( ) ;
212
212
contextMenu . Items . Add ( header ) ;
213
213
contextMenu . Items . Add ( open ) ;
214
+ gamemode . ToolTip = InternationalizationManager . Instance . GetTranslation ( "GameModeToolTip" ) ;
214
215
contextMenu . Items . Add ( gamemode ) ;
215
216
contextMenu . Items . Add ( settings ) ;
216
217
contextMenu . Items . Add ( exit ) ;
You can’t perform that action at this time.
0 commit comments