Skip to content

Commit d68d7f6

Browse files
committed
crowdin-translation-contributions: fix typo
1 parent 37ffc69 commit d68d7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crowdin-translation-contributions/crowdin-translation-contributions.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ QtObject {
6969
// script.log(allLanguages);
7070

7171
if (allNames.length > 0) {
72-
var message = '- Added more ' + allLanguages.join(', ') + ' translation (thank you ' + allNames.join(', ') + ')\n';
72+
var message = '- Added more ' + allLanguages.join(', ') + ' translation (thank you, ' + allNames.join(', ') + ')\n';
7373
script.log(message);
7474
script.noteTextEditWrite(message);
7575
}

crowdin-translation-contributions/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"identifier": "crowdin-translation-contributions",
44
"script": "crowdin-translation-contributions.qml",
55
"authors": ["@pbek"],
6-
"version": "1.5.1",
6+
"version": "1.5.2",
77
"minAppVersion": "17.05.6",
88
"description" : "This script creates a note text edit context menu item that parses text copied from the <a href='https://crowdin.com/project/qownnotes/activity_stream'>Crowdin activity stream</a> and outputs a changelog translation log text into the current note."
99
}

0 commit comments

Comments
 (0)