File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.Sys Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
<system : String x : Key =" flowlauncher_plugin_sys_sleep" >Put computer to sleep</system : String >
19
19
<system : String x : Key =" flowlauncher_plugin_sys_emptyrecyclebin" >Empty recycle bin</system : String >
20
20
<system : String x : Key =" flowlauncher_plugin_sys_openrecyclebin" >Open recycle bin</system : String >
21
- <system : String x : Key =" flowlauncher_plugin_sys_openmycomputer " >My PC</system : String >
21
+ <system : String x : Key =" flowlauncher_plugin_sys_openmypc " >My PC</system : String >
22
22
<system : String x : Key =" flowlauncher_plugin_sys_openmydesktop" >Desktop</system : String >
23
23
<system : String x : Key =" flowlauncher_plugin_sys_libraries" >Libraries</system : String >
24
24
<system : String x : Key =" flowlauncher_plugin_sys_explorer" >Explorer</system : String >
Original file line number Diff line number Diff line change 19
19
<system : String x : Key =" flowlauncher_plugin_sys_sleep" >PC를 절전모드로 전환</system : String >
20
20
<system : String x : Key =" flowlauncher_plugin_sys_emptyrecyclebin" >휴지통 비우기</system : String >
21
21
<system : String x : Key =" flowlauncher_plugin_sys_openrecyclebin" >휴지통 열기</system : String >
22
- <system : String x : Key =" flowlauncher_plugin_sys_openmycomputer " >내 PC</system : String >
22
+ <system : String x : Key =" flowlauncher_plugin_sys_openmypc " >내 PC</system : String >
23
23
<system : String x : Key =" flowlauncher_plugin_sys_openmydesktop" >바탕 화면</system : String >
24
24
<system : String x : Key =" flowlauncher_plugin_sys_libraries" >라이브러리</system : String >
25
25
<system : String x : Key =" flowlauncher_plugin_sys_explorer" >파일 탐색기</system : String >
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ private List<Result> Commands()
209
209
new Result
210
210
{
211
211
Title = "My PC" ,
212
- SubTitle = context . API . GetTranslation ( "flowlauncher_plugin_sys_openmycomputer " ) ,
212
+ SubTitle = context . API . GetTranslation ( "flowlauncher_plugin_sys_openmypc " ) ,
213
213
IcoPath = "Images\\ mycomputer.png" ,
214
214
Glyph = new GlyphInfo ( FontFamily : "/Resources/#Segoe Fluent Icons" , Glyph : "\xe7f4 " ) ,
215
215
Action = c =>
You can’t perform that action at this time.
0 commit comments