diff --git a/intl/msg_hash_lbl.h b/intl/msg_hash_lbl.h index 5efa38f9b9..d0e578d086 100644 --- a/intl/msg_hash_lbl.h +++ b/intl/msg_hash_lbl.h @@ -17,15 +17,6 @@ MSG_HASH( MENU_ENUM_LABEL_ADD_ENTRY_TO_PLAYLIST, "add_entry_to_playlist" ) -MSG_HASH( - MSG_ADDED_TO_PLAYLIST, - "Added to playlist" - ) -MSG_HASH( - MSG_ADD_TO_PLAYLIST_FAILED, - "Failed to add to playlist: playlist full" - ) - MSG_HASH( MENU_ENUM_LABEL_ACCOUNTS_CHEEVOS_USERNAME, "accounts_cheevos_username" diff --git a/intl/msg_hash_us.h b/intl/msg_hash_us.h index 7f9ad8ec18..cff050a5ac 100644 --- a/intl/msg_hash_us.h +++ b/intl/msg_hash_us.h @@ -6675,6 +6675,14 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_CREATE_NEW_PLAYLIST, "Create New Playlist" ) +MSG_HASH( + MSG_ADDED_TO_PLAYLIST, + "Added to playlist" + ) +MSG_HASH( + MSG_ADD_TO_PLAYLIST_FAILED, + "Failed to add to playlist: playlist full" + ) MSG_HASH( MENU_ENUM_SUBLABEL_CREATE_NEW_PLAYLIST, "Create a new playlist and add the current entry to it."