Skip to content

Commit

Permalink
Show the correct string for the Russian keyboard (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Aug 21, 2019
1 parent 579e0f2 commit f710933
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public CandidatesResult getCandidates(String aText) {

@Override
public String getKeyboardTitle() {
return StringUtils.getStringByLocale(mContext, R.string.settings_language_italian, getLocale());
return StringUtils.getStringByLocale(mContext, R.string.settings_language_russian, getLocale());
}

@Override
Expand Down

0 comments on commit f710933

Please sign in to comment.