Skip to content

Commit 558d158

Browse files
PVQ-4442 Rename action for selection
1 parent c91085b commit 558d158

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "v0.0.0",
44
"actions": [
55
{
6-
"title": "Detect PDF Language (LangDetect)",
6+
"title": "Set Document Language (LangDetect)",
77
"name": "pdfix_detect_pdf_language_langdetect",
88
"desc": "Automatically detects the language of a PDF and updates its metadata [Local]",
99
"version": "v0.0.0",
@@ -31,7 +31,7 @@
3131
]
3232
},
3333
{
34-
"title": "Detect Language from PDF to Text (LangDetect)",
34+
"title": "Export Language from PDF (LangDetect)",
3535
"name": "pdfix_detect_pdf_language_to_text_langdetect",
3636
"desc": "Automatically detects the language of a PDF and saves the detected language code to a TXT file [Local]",
3737
"version": "v0.0.0",
@@ -59,7 +59,7 @@
5959
]
6060
},
6161
{
62-
"title": "Detect Language from Text to Text (LangDetect)",
62+
"title": "Set Language (LangDetect)",
6363
"name": "pdfix_detect_pdf_language_to_text_langdetect",
6464
"desc": "Automatically detects the language from text and saves the detected language code to a TXT file [Local]",
6565
"version": "v0.0.0",

0 commit comments

Comments
 (0)