Show correct hotkey value when prompting user to save a playlist.

This commit is contained in:
casey langen 2022-12-23 12:49:45 -08:00
parent 60eb5fbf3a
commit ebb334bace

View File

@ -99,7 +99,7 @@ static inline std::string getModifiedText() {
try {
return u8fmt(
_TSTR("browse_playlist_modified"),
Hotkeys::Get(Hotkeys::PlayQueuePlaylistSave).c_str());
Hotkeys::Get(Hotkeys::BrowsePlaylistsSave).c_str());
}
catch (...) {
return _TSTR("browse_playlist_modified");