Skip to content

Commit

Permalink
fix failure of translation warning string.
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Jun 22, 2021
1 parent 6690698 commit a44c653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class TranslationViewController(

fun launchTranslateWindow(text: String) {
if (text == "null") {
NinjaToast.showShort(activity, "null string")
NinjaToast.showShort(activity, "Translation does not work for this page.")
return
}
// onyx case
Expand Down

0 comments on commit a44c653

Please sign in to comment.