1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-12 04:05:13 -05:00

change message sent text

This commit is contained in:
Tankred Hase 2013-12-06 18:46:26 +01:00
parent c2853df8aa
commit c98c39ecbf

View File

@ -106,7 +106,7 @@ define(function(require) {
function sentNotification(email) { function sentNotification(email) {
chrome.notifications.create('o' + email.id, { chrome.notifications.create('o' + email.id, {
type: 'basic', type: 'basic',
title: 'Sent successfully!', title: 'Message sent',
message: email.subject.replace(str.subjectPrefix, ''), message: email.subject.replace(str.subjectPrefix, ''),
iconUrl: chrome.runtime.getURL(cfg.iconPath) iconUrl: chrome.runtime.getURL(cfg.iconPath)
}, function() {}); }, function() {});