mirror of
https://github.com/moparisthebest/FireTray
synced 2024-12-23 06:18:48 -05:00
fix tooltip warning
This commit is contained in:
parent
c0479d1683
commit
746ab759f7
@ -158,7 +158,7 @@ firetray.Messaging = {
|
||||
newMsgCount,
|
||||
firetray.Utils.strings.GetStringFromName("tooltip.unread_messages"))
|
||||
.replace("#1", newMsgCount);
|
||||
firetray.WARN(localizedTooltip);
|
||||
firetray.LOG(localizedTooltip);
|
||||
} else if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_NEW) {
|
||||
newMsgCount = this.countMessages(this.newMsgCountIterate);
|
||||
localizedTooltip = firetray.Utils.strings.GetStringFromName("tooltip.new_messages");
|
||||
|
Loading…
Reference in New Issue
Block a user