<!-- 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"
/>