[Pkg-mozext-commits] [firetray] 26/38: Options: remove confusing tooltip about exclusive options.

David Prévot taffit at moszumanska.debian.org
Mon Apr 6 15:58:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firetray.

commit f89009dacef1da8695d1dfe449a739acf4df0d7e
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Tue Mar 10 03:03:50 2015 +0100

    Options: remove confusing tooltip about exclusive options.
---
 README.md                           | 1 +
 src/chrome/content/options.xul      | 4 +---
 src/chrome/locale/de-DE/options.dtd | 1 -
 src/chrome/locale/en-US/options.dtd | 1 -
 src/chrome/locale/es-AR/options.dtd | 1 -
 src/chrome/locale/fr/options.dtd    | 1 -
 src/chrome/locale/hr-HR/options.dtd | 1 -
 src/chrome/locale/it/options.dtd    | 1 -
 src/chrome/locale/nl/options.dtd    | 1 -
 src/chrome/locale/pl-PL/options.dtd | 1 -
 src/chrome/locale/ru-RU/options.dtd | 1 -
 src/chrome/locale/sk-SK/options.dtd | 1 -
 src/chrome/locale/uk-UA/options.dtd | 1 -
 src/chrome/locale/zh-CN/options.dtd | 1 -
 src/chrome/locale/zh-TW/options.dtd | 1 -
 15 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 2873c27..17c0a5d 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ Features
   * handle [Exquilla](https://addons.mozilla.org/fr/thunderbird/addon/exquilla-exchange-web-services/) accounts
   * restrict message count to favorite folders
   * trigger external program on message count change
+  * show icon only when new mail (mutually exclusive with *show icon only when hidden to tray*)
 
 * for applications embedding chat (currently only Thunderbird)
   * display additional system tray status icon
diff --git a/src/chrome/content/options.xul b/src/chrome/content/options.xul
index 8066eae..56a5cc0 100644
--- a/src/chrome/content/options.xul
+++ b/src/chrome/content/options.xul
@@ -110,8 +110,7 @@
 
       <checkbox id="ui_show_icon_on_hide" preference="pref_show_icon_on_hide"
                 label="&show_icon_on_hide.label;"
-                accesskey="&show_icon_on_hide.accesskey;"
-                tooltiptext="&exclusive.tooltip;"/>
+                accesskey="&show_icon_on_hide.accesskey;"/>
 
       <checkbox id="ui_scroll_hides" preference="pref_scroll_hides"
                 label="&enable_mouse_scroll.label;"
@@ -325,7 +324,6 @@
       <checkbox id="ui_nomail_hides_icon"
                 label="&nomail_hides_icon.label;"
                 accesskey="&nomail_hides_icon.accesskey;"
-                tooltiptext="&exclusive.tooltip;"
                 preference="pref_nomail_hides_icon"
                 observes="broadcaster-notification-disabled"/>
 
diff --git a/src/chrome/locale/de-DE/options.dtd b/src/chrome/locale/de-DE/options.dtd
index 760968b..f635303 100644
--- a/src/chrome/locale/de-DE/options.dtd
+++ b/src/chrome/locale/de-DE/options.dtd
@@ -2,7 +2,6 @@
 <!ENTITY prefwindow.title "Einstellungen von FireTray">
 
 <!ENTITY NOT_IMPLEMENTED_YET "NOCH NICHT IMPLEMENTIERT">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Windows">
 <!ENTITY icon_options "Icon">
diff --git a/src/chrome/locale/en-US/options.dtd b/src/chrome/locale/en-US/options.dtd
index 543f97b..88119ec 100644
--- a/src/chrome/locale/en-US/options.dtd
+++ b/src/chrome/locale/en-US/options.dtd
@@ -2,7 +2,6 @@
 <!ENTITY prefwindow.title "FireTray preferences">
 
 <!ENTITY NOT_IMPLEMENTED_YET "NOT IMPLEMENTED YET">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Windows">
 <!ENTITY icon_options "Icon">
diff --git a/src/chrome/locale/es-AR/options.dtd b/src/chrome/locale/es-AR/options.dtd
index 432cacc..a28ed85 100644
--- a/src/chrome/locale/es-AR/options.dtd
+++ b/src/chrome/locale/es-AR/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "FireTray preferencias">
 <!ENTITY NOT_IMPLEMENTED_YET "NO IMPLEMENTADO AUN">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Ventanas">
 <!ENTITY icon_options "Icono">
diff --git a/src/chrome/locale/fr/options.dtd b/src/chrome/locale/fr/options.dtd
index 769e605..8d02410 100644
--- a/src/chrome/locale/fr/options.dtd
+++ b/src/chrome/locale/fr/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "Préférences de l'extension FireTray">
 <!ENTITY NOT_IMPLEMENTED_YET "Fonctionnalité pas encore implémentée">
-<!ENTITY exclusive.tooltip "option exclusive">
 
 <!ENTITY windows_options "Fenêtres">
 <!ENTITY icon_options "Icône">
diff --git a/src/chrome/locale/hr-HR/options.dtd b/src/chrome/locale/hr-HR/options.dtd
index 6780c50..87317d2 100644
--- a/src/chrome/locale/hr-HR/options.dtd
+++ b/src/chrome/locale/hr-HR/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "FireTray osobitosti">
 <!ENTITY NOT_IMPLEMENTED_YET "JOŠ NIJE IMPLEMENTIRANO">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Prozori">
 <!ENTITY icon_options "Ikona">
diff --git a/src/chrome/locale/it/options.dtd b/src/chrome/locale/it/options.dtd
index 74d735d..9638cdd 100644
--- a/src/chrome/locale/it/options.dtd
+++ b/src/chrome/locale/it/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "Preferenze di FireTray">
 <!ENTITY NOT_IMPLEMENTED_YET "Non ancora implementato">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Finestre">
 <!ENTITY icon_options "Icona">
diff --git a/src/chrome/locale/nl/options.dtd b/src/chrome/locale/nl/options.dtd
index a644698..3aeff5a 100644
--- a/src/chrome/locale/nl/options.dtd
+++ b/src/chrome/locale/nl/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "FireTray-voorkeuren">
 <!ENTITY NOT_IMPLEMENTED_YET "NOG NIET GEÏMPLEMENTEERD">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Vensters">
 <!ENTITY icon_options "Pictogram">
diff --git a/src/chrome/locale/pl-PL/options.dtd b/src/chrome/locale/pl-PL/options.dtd
index 78ac740..987223d 100644
--- a/src/chrome/locale/pl-PL/options.dtd
+++ b/src/chrome/locale/pl-PL/options.dtd
@@ -2,7 +2,6 @@
 <!ENTITY prefwindow.title "Ustawienia FireTray">
 
 <!ENTITY NOT_IMPLEMENTED_YET "JESZCZE NIE ZAIMPLEMENTOWANO">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Okna">
 <!ENTITY icon_options "Ikona">
diff --git a/src/chrome/locale/ru-RU/options.dtd b/src/chrome/locale/ru-RU/options.dtd
index 373b700..155fb30 100644
--- a/src/chrome/locale/ru-RU/options.dtd
+++ b/src/chrome/locale/ru-RU/options.dtd
@@ -2,7 +2,6 @@
 <!ENTITY prefwindow.title "Настройки FireTray">
 
 <!ENTITY NOT_IMPLEMENTED_YET "ЕЩЕ НЕ РЕАЛИЗОВАНО">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Окна">
 <!ENTITY icon_options "Значок">
diff --git a/src/chrome/locale/sk-SK/options.dtd b/src/chrome/locale/sk-SK/options.dtd
index 182ed84..54d7e4c 100644
--- a/src/chrome/locale/sk-SK/options.dtd
+++ b/src/chrome/locale/sk-SK/options.dtd
@@ -2,7 +2,6 @@
 <!ENTITY prefwindow.title "Nastavenia FireTray">
 
 <!ENTITY NOT_IMPLEMENTED_YET "ZATIAĽ NEIMPLEMENTOVANÉ">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Okno">
 <!ENTITY icon_options "Ikona">
diff --git a/src/chrome/locale/uk-UA/options.dtd b/src/chrome/locale/uk-UA/options.dtd
index 6e568cc..8fa6633 100644
--- a/src/chrome/locale/uk-UA/options.dtd
+++ b/src/chrome/locale/uk-UA/options.dtd
@@ -2,7 +2,6 @@
 <!ENTITY prefwindow.title "FireTray вподобання">
 
 <!ENTITY NOT_IMPLEMENTED_YET "ЩЕ НЕ РЕАЛІЗОВАНО.">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "Вікна">
 <!ENTITY icon_options "Піктограма">
diff --git a/src/chrome/locale/zh-CN/options.dtd b/src/chrome/locale/zh-CN/options.dtd
index 2935df6..30371a9 100644
--- a/src/chrome/locale/zh-CN/options.dtd
+++ b/src/chrome/locale/zh-CN/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "FireTray 首选项">
 <!ENTITY NOT_IMPLEMENTED_YET "尚未实现">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "窗口">
 <!ENTITY icon_options "图标">
diff --git a/src/chrome/locale/zh-TW/options.dtd b/src/chrome/locale/zh-TW/options.dtd
index 9e65039..4a1948f 100644
--- a/src/chrome/locale/zh-TW/options.dtd
+++ b/src/chrome/locale/zh-TW/options.dtd
@@ -1,7 +1,6 @@
 <!-- if you need multiline/carriage return, use a .properties -->
 <!ENTITY prefwindow.title "FireTray 偏好設定">
 <!ENTITY NOT_IMPLEMENTED_YET "NOT IMPLEMENTED YET">
-<!ENTITY exclusive.tooltip "exclusive option">
 
 <!ENTITY windows_options "視窗">
 <!ENTITY icon_options "圖示">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list