make max tabs reached message translateable

This commit is contained in:
Conny Duck 2019-02-15 21:35:14 +01:00
commit f4ac9b3da6
4 changed files with 9 additions and 2 deletions

View file

@ -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()
}