Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bc25cc2 authored by Daniel Nishi's avatar Daniel Nishi Committed by Android (Google) Code Review
Browse files

Merge "Use "Music & audio" as the title for the music view."

parents a24d7d4c b6059a9e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -8190,7 +8190,7 @@
    <string name="storage_photos_videos">Photos &amp; Videos</string>
    <!-- Preference label for the Music & Audio storage section. [CHAR LIMIT=50] -->
    <string name="storage_music_audio">Music &amp; Audio</string>
    <string name="storage_music_audio">Music &amp; audio</string>
    <!-- Preference label for the Games storage section. [CHAR LIMIT=50] -->
    <string name="storage_games">Games</string>
@@ -8225,8 +8225,6 @@
    <!-- Title for audio files preference. [CHAR LIMIT=50] -->
    <string name="audio_files_title">Audio files</string>
    <!-- Title for the Audio storage view. [CHAR LIMIT=50] -->
    <string name="audio_storage_title">Music</string>
    <!-- UI webview setting: WebView uninstalled-for-user explanatory text [CHAR LIMIT=30] -->
    <string name="webview_uninstalled_for_user">(uninstalled for user <xliff:g id="user" example="John Doe">%s</xliff:g>)</string>
+1 −1
Original line number Diff line number Diff line
@@ -225,7 +225,7 @@ public class StorageItemPreferenceController extends PreferenceController {
        args.putString(ManageApplications.EXTRA_VOLUME_NAME, mVolume.getDescription());
        args.putInt(ManageApplications.EXTRA_STORAGE_TYPE, ManageApplications.STORAGE_TYPE_MUSIC);
        return Utils.onBuildStartFragmentIntent(mContext,
                ManageApplications.class.getName(), args, null, R.string.audio_storage_title, null,
                ManageApplications.class.getName(), args, null, R.string.storage_music_audio, null,
                false, mMetricsFeatureProvider.getMetricsCategory(mFragment));
    }