diff options
author | RMN <rmn@miranda-ng.org> | 2016-06-12 11:41:28 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2016-06-12 11:41:28 +0000 |
commit | be3da4c15d399216a71b9b045d30627a712691d9 (patch) | |
tree | c7bd8745edef4617611882a3d192051008047917 /protocols | |
parent | e900c5544e3a1e30ec86c71ebc5f4a44f1c3bc33 (diff) |
Twitter: better descriptions for sounds
git-svn-id: http://svn.miranda-ng.org/main/trunk@16952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Twitter/src/theme.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Twitter/src/theme.cpp b/protocols/Twitter/src/theme.cpp index a89548308a..c0703f2040 100644 --- a/protocols/Twitter/src/theme.cpp +++ b/protocols/Twitter/src/theme.cpp @@ -33,8 +33,8 @@ static IconItem icons[] = void TwitterInitSounds(void)
{
-SkinAddNewSoundEx("TwitterNewContact", LPGEN("Twitter"), LPGEN("TwitterNewContact"));
-SkinAddNewSoundEx("TwitterNew", LPGEN("Twitter"), LPGEN("TwitterNew"));
+SkinAddNewSoundEx("TwitterNewContact", LPGEN("Twitter"), LPGEN("First tweet from new contact"));
+SkinAddNewSoundEx("TwitterNew", LPGEN("Twitter"), LPGEN("New tweet"));
}
static HANDLE hIconLibItem[_countof(icons)];
|