Skip to content

Commit 0309485

Browse files
committed
use shorter tab labels at the bottom
1 parent d8246bf commit 0309485

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ android {
6464
}
6565

6666
dependencies {
67-
implementation 'com.github.SimpleMobileTools:Simple-Commons:e79c9bba93'
67+
implementation 'com.github.SimpleMobileTools:Simple-Commons:4cfef38454'
6868
implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e'
6969
implementation 'com.github.Stericson:RootTools:df729dcb13'
7070
implementation 'com.github.Stericson:RootShell:1.6'

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/activities/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,8 @@ class MainActivity : SimpleActivity() {
458458
private fun getTabLabel(position: Int): String {
459459
val stringId = when (position) {
460460
0 -> R.string.files_tab
461-
1 -> R.string.recent_files_tab
462-
else -> R.string.storage_analysis
461+
1 -> R.string.recents
462+
else -> R.string.storage
463463
}
464464

465465
return resources.getString(stringId)

0 commit comments

Comments
 (0)