Skip to content

Commit

Permalink
Added: Description for restore options
Browse files Browse the repository at this point in the history
  • Loading branch information
pakka-papad committed Jan 26, 2025
1 parent 8aba2bc commit e2e9f13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -643,11 +643,13 @@ private fun MusicLibrarySettings(
Setting(
title = stringResource(R.string.restore_blacklisted_songs),
icon = R.drawable.baseline_settings_backup_restore_40,
description = stringResource(R.string.add_songs_back_to_the_library),
onClick = onRestoreClicked
)
Setting(
title = stringResource(R.string.restore_blacklisted_folders),
icon = R.drawable.baseline_settings_backup_restore_40,
description = stringResource(R.string.add_folders_back_to_the_library),
onClick = onRestoreFoldersClicked
)
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
<string name="minimum_one_tab_selection_is_required">Minimum one tab selection is required</string>
<string name="new_version_available" tools:ignore="MissingTranslation">A new version is available</string>
<string name="update" tools:ignore="MissingTranslation">Update</string>
<string name="add_songs_back_to_the_library" tools:ignore="MissingTranslation">Add songs back to the library</string>
<string name="add_folders_back_to_the_library" tools:ignore="MissingTranslation">Add folders back to the library</string>

<!-- plural strings -->
<plurals name="song_count">
Expand Down

0 comments on commit e2e9f13

Please sign in to comment.