mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +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 {
|
try {
|
||||||
return u8fmt(
|
return u8fmt(
|
||||||
_TSTR("browse_playlist_modified"),
|
_TSTR("browse_playlist_modified"),
|
||||||
Hotkeys::Get(Hotkeys::PlayQueuePlaylistSave).c_str());
|
Hotkeys::Get(Hotkeys::BrowsePlaylistsSave).c_str());
|
||||||
}
|
}
|
||||||
catch (...) {
|
catch (...) {
|
||||||
return _TSTR("browse_playlist_modified");
|
return _TSTR("browse_playlist_modified");
|
||||||
|
Loading…
Reference in New Issue
Block a user