mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-08 03:49:47 +00:00
(fix) added missing icon + localization
This commit is contained in:
@@ -727,11 +727,11 @@ function toggleJunkAction(isJunk) {
|
||||
|
||||
if (isJunk) {
|
||||
button.title = "Mark the selected messages as not junk";
|
||||
button.select('span').first().childNodes[3].nodeValue = "Not junk";
|
||||
button.select('span').first().childNodes[3].nodeValue = _("Not junk");
|
||||
}
|
||||
else {
|
||||
button.title = "Mark the selected messages as junk";
|
||||
button.select('span').first().childNodes[3].nodeValue = "Junk";
|
||||
button.select('span').first().childNodes[3].nodeValue = _("Junk");
|
||||
}
|
||||
|
||||
button.on("click", onMarkOrUnmarkMessagesAsJunk.bind(button, isJunk));
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user