Skip to content

Commit

Permalink
Create CompareEscapedJavaPropertiesFiles.sct (WinMerge#2455) (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Oct 6, 2024
1 parent d295ce2 commit 20266ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Plugins/Strings.rc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ STRINGTABLE
BEGIN
IDS_PLUGIN_PROCESS_TYPE7 "Decompilation"
IDS_PLUGIN_PROCESS_TYPE8 "URL Handling"
IDS_PLUGIN_PROCESS_TYPE9 "Decoding / Encoding"
IDS_PLUGIN_MENU_CAPTION1 "Make Uppercase"
IDS_PLUGIN_MENU_CAPTION2 "Make Lowercase"
IDS_PLUGIN_MENU_CAPTION3 "Remove Duplicate Lines"
Expand Down Expand Up @@ -99,6 +100,7 @@ BEGIN
IDS_PLUGIN_MENU_CAPTION37 "Disassemble IL Code"
IDS_PLUGIN_MENU_CAPTION38 "Disassemble Native Code"
IDS_PLUGIN_MENU_CAPTION39 "Convert Text with AI..."
IDS_PLUGIN_MENU_CAPTION40 "Unescape Java properties files"
END

STRINGTABLE
Expand Down
2 changes: 1 addition & 1 deletion Plugins/dlls/CompareEscapedJavaPropertiesFiles.sct
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function get_PluginUnpackedFileExtension() {
}

function get_PluginExtendedProperties() {
return "ProcessType=Conversion;FileType=Java properties file;MenuCaption=Unescape Java properties";
return "ProcessType=Decoding / Encoding;FileType=Java properties file;MenuCaption=Unescape Java properties files";
}

function PluginOnEvent(eventType, obj) {
Expand Down

0 comments on commit 20266ab

Please sign in to comment.