Make question mark localizable
This commit is contained in:
parent
027b829c38
commit
f8b756c8bc
2 changed files with 2 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ public abstract class BaseDescriptionFragment extends BaseFragment {
|
|||
|
||||
private String imageSizeToText(final int heightOrWidth) {
|
||||
if (heightOrWidth < 0) {
|
||||
return "?";
|
||||
return getString(R.string.question_mark);
|
||||
} else {
|
||||
return String.valueOf(heightOrWidth);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue