make max tabs reached message translateable
This commit is contained in:
parent
27cf5f5380
commit
f4ac9b3da6
4 changed files with 9 additions and 2 deletions
|
@ -125,6 +125,8 @@ class TabPreferenceActivity : BaseActivity(), Injectable, ItemInteractionListene
|
|||
actionButton.isExpanded = false
|
||||
}
|
||||
|
||||
maxTabsInfo.text = getString(R.string.max_tab_number_reached, MAX_TAB_COUNT)
|
||||
|
||||
updateAvailableTabs()
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue