Skip to content

Commit 1c24392

Browse files
committed
Change name to dialog jump files
1 parent 7915008 commit 1c24392

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Use Files as third-party explorer for dialog jump feature in Flow Launcher
44

55
### Installation
6-
Type `pm install Files Dialog Jump` from flow
6+
Type `pm install Dialog Jump Files` from flow

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public override void Run(BuildContext context)
140140

141141
context.ZipCompress(
142142
rootPath: srcDir,
143-
outputPath: $"{dstDir}/Files Dialog Jump-{context.PublishVersion}.zip",
143+
outputPath: $"{dstDir}/Dialog Jump Files-{context.PublishVersion}.zip",
144144
filePaths: files,
145145
level: 9
146146
);

src/Languages/en.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:system="clr-namespace:System;assembly=mscorlib">
66

77
<!-- General -->
8-
<system:String x:Key="flowlauncher_plugin_files_dialog_jump_plugin_name">Files Dialog Jump</system:String>
9-
<system:String x:Key="flowlauncher_plugin_files_dialog_jump_plugin_description">Enable Files as explorer for dialog jump in Flow Launcher</system:String>
8+
<system:String x:Key="flowlauncher_plugin_dialog_jump_files_plugin_name">Dialog Jump Files</system:String>
9+
<system:String x:Key="flowlauncher_plugin_dialog_jump_files_plugin_description">Use Files as third-party explorer for dialog jump feature in Flow Launcher</system:String>
1010

1111
</ResourceDictionary>

src/Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ public List<Result> Query(Query query)
2323

2424
public string GetTranslatedPluginTitle()
2525
{
26-
return Context.API.GetTranslation("flowlauncher_plugin_files_dialog_jump_plugin_name");
26+
return Context.API.GetTranslation("flowlauncher_plugin_dialog_jump_files_plugin_name");
2727
}
2828

2929
public string GetTranslatedPluginDescription()
3030
{
31-
return Context.API.GetTranslation("flowlauncher_plugin_files_dialog_jump_plugin_description");
31+
return Context.API.GetTranslation("flowlauncher_plugin_dialog_jump_files_plugin_description");
3232
}
3333

3434
public IDialogJumpExplorerWindow? CheckExplorerWindow(nint hwnd)

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ID": "09f22573-52b9-433b-832e-450e2f91093b",
33
"ActionKeyword": "",
44
"HideActionKeywordPanel": true,
5-
"Name": "Files Dialog Jump",
5+
"Name": "Dialog Jump Files",
66
"Description": "Use Files as third-party explorer for dialog jump feature in Flow Launcher",
77
"Author": "Jack251970",
88
"Version": "1.0.0",

0 commit comments

Comments
 (0)