forked from organicmaps/organicmaps
[android] Added plural handling
This commit is contained in:
parent
d88f6dfe3d
commit
c55bdae995
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public class KmlImportController implements BookmarkManager.KmlConversionListene
|
|||
mProgressDialog.show();
|
||||
};
|
||||
|
||||
String msg = mContext.getString(R.string.bookmarks_detect_message, count);
|
||||
String msg = mContext.getResources().getQuantityString(R.plurals.bookmarks_detect_message, count);
|
||||
DialogUtils.showAlertDialog(mContext, R.string.bookmarks_detect_title, msg,
|
||||
R.string.button_convert, clickListener, R.string.cancel);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue