mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Merge pull request #2588 from Aga-C/fix-included-folders-title
Fixed manage included folders title (#2587)
This commit is contained in:
commit
c6330f4991
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class IncludedFoldersActivity : SimpleActivity(), RefreshRecyclerViewListener {
|
|||
setContentView(R.layout.activity_manage_folders)
|
||||
updateFolders()
|
||||
setupOptionsMenu()
|
||||
manage_folders_toolbar.title = getString(R.string.excluded_folders)
|
||||
manage_folders_toolbar.title = getString(R.string.include_folders)
|
||||
}
|
||||
|
||||
override fun onResume() {
|
||||
|
|
Loading…
Reference in a new issue