mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-11 14:56:09 -05:00
Renamed new sound event from "Download ready" to "Download complete".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
06926a64c0
commit
9ea1a7ab24
5 changed files with 22 additions and 8 deletions
|
|
@ -134,7 +134,7 @@ void SoundPage::load()
|
|||
addItem(groupItem, tr("Message arrived"), SOUND_MESSAGE_ARRIVED);
|
||||
|
||||
groupItem = addGroup(tr("Download"));
|
||||
addItem(groupItem, tr("Download ready"), SOUND_DOWNLOAD_READY);
|
||||
addItem(groupItem, tr("Download complete"), SOUND_DOWNLOAD_COMPLETE);
|
||||
|
||||
/* add plugin events */
|
||||
int pluginCount = rsPlugins->nbPlugins();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue