Fix localization

This commit is contained in:
Mygod
2021-10-24 17:47:24 -04:00
parent aa2d92e6a8
commit 2ef250975e
4 changed files with 4 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ class MainActivity : AppCompatActivity(), NavigationBarView.OnItemSelectedListen
false -> R.drawable.ic_file_downloading
true -> R.drawable.ic_action_autorenew
})
updateItem.title = update.message ?: "Update"
updateItem.title = update.message ?: getText(R.string.title_update)
updateBadge.isVisible = when (val days = update.stalenessDays) {
null -> false
else -> {