]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
use localized strings for button labels and tooltips
[icedeb.git] / chrome / content / icedeb.xul
index 29e70adad8f0ae26afae8b0554c41dc03c810223..3e0ed367ee213cb50493b80b12cf13bf3446e905 100644 (file)
 
 <!-- button details -->
 <toolbarbutton id="icedeb-bts"
-  label="Debian BTS"
-  tooltiptext="Query Debian BTS using the text in the clipboard"
+  label="&bts.label;"
+  tooltiptext="&bts.tooltiptext;"
   onclick="Debian.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-pts"
-  label="Debian PTS"
-  tooltiptext="Query Debian Package tracking system using the text in the clipboard"
+  label="&pts.label;"
+  tooltiptext="&pts.tooltiptext;"
   onclick="Debian.ptsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-deb"
-  label=".deb info"
-  tooltiptext="Show information about binary deb package"
+  label="&deb.label;"
+  tooltiptext="&deb.tooltiptext;"
   onclick="Debian.debButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
   />