diff options
author | Yana Stamcheva <yana@jitsi.org> | 2010-10-19 17:23:21 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2010-10-19 17:23:21 +0000 |
commit | 6d976cbf99240b5b2ad32b828e7e658db04d7703 (patch) | |
tree | b1891e21325a8a9b22892925d8c6f80da73b13d5 /resources | |
parent | a7ec0d237513e84ab5edfb5a2d7007c72444bc7a (diff) | |
download | jitsi-6d976cbf99240b5b2ad32b828e7e658db04d7703.zip jitsi-6d976cbf99240b5b2ad32b828e7e658db04d7703.tar.gz jitsi-6d976cbf99240b5b2ad32b828e7e658db04d7703.tar.bz2 |
Use the application name property in the popup configuration string.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/languages/resources.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 385ca4a..9db24e0 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -515,7 +515,7 @@ impl.protocol.ssh.DETAILS_SEPARATOR=~ impl.systray.SET_STATUS=Set Status
impl.systray.FAILED_TO_OPEN_ADD_CONTACT_DIALOG=Failed to open the "Add Contact" dialog.
impl.systray.POPUP_MESSAGE_HANDLER=Systray balloon messages
-impl.swingnotification.POPUP_MESSAGE_HANDLER=SIP Communicator popups
+impl.swingnotification.POPUP_MESSAGE_HANDLER={0} popups
impl.growlnotification.POPUP_MESSAGE_HANDLER=Growl notifications
impl.galagonotification.POPUP_MESSAGE_HANDLER=freedesktop.org Desktop Notifications
|