mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-07 09:54:55 +00:00
Show correct hotkey value when prompting user to save a playlist.
This commit is contained in:
parent
60eb5fbf3a
commit
ebb334bace
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user