Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/Translators/GoogleTranslate.awk
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function googleTranslate(text, sl, tl, hl,
# 7 - autocorrection
if (i ~ "^0" SUBSEP "7" SUBSEP "5$") {
if (!Option["no-autocorrect"] && ast[i] == "true")
w("Showing translation for: (use -no-auto to disable autocorrect)")
w("Showing translation for: (use -no-autocorrect to disable autocorrect)")
else
w("Did you mean: " \
ansi("bold", unparameterize(ast["0" SUBSEP "7" SUBSEP "1"])))
Expand Down