1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-12-23 06:18:48 -05:00

fix tooltip warning

This commit is contained in:
foudfou 2012-03-28 19:37:08 +02:00
parent c0479d1683
commit 746ab759f7

View File

@ -158,7 +158,7 @@ firetray.Messaging = {
newMsgCount, newMsgCount,
firetray.Utils.strings.GetStringFromName("tooltip.unread_messages")) firetray.Utils.strings.GetStringFromName("tooltip.unread_messages"))
.replace("#1", newMsgCount); .replace("#1", newMsgCount);
firetray.WARN(localizedTooltip); firetray.LOG(localizedTooltip);
} else if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_NEW) { } else if (msgCountType === FIRETRAY_MESSAGE_COUNT_TYPE_NEW) {
newMsgCount = this.countMessages(this.newMsgCountIterate); newMsgCount = this.countMessages(this.newMsgCountIterate);
localizedTooltip = firetray.Utils.strings.GetStringFromName("tooltip.new_messages"); localizedTooltip = firetray.Utils.strings.GetStringFromName("tooltip.new_messages");