mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-03-12 09:30:09 +01:00
change hint text to Search Files if showing all folders content
This commit is contained in:
parent
424ca2fdf5
commit
7ab6e1d2a9
@ -362,7 +362,7 @@ class MediaActivity : SimpleActivity(), MediaOperationsListener {
|
||||
}
|
||||
|
||||
val searchHint = if (mShowAll) {
|
||||
getString(R.string.search)
|
||||
getString(R.string.search_files)
|
||||
} else {
|
||||
getString(R.string.search_in_placeholder, dirName)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user