[Pkg-mozext-commits] [all-in-one-sidebar] 28/49: Minor: Fix #46 #47 #48: change some localization strings for compatibility with fx 31
David Prévot
taffit at moszumanska.debian.org
Fri Sep 19 16:46:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository all-in-one-sidebar.
commit 139866dd7353cd4a432e253c58b4aa4ec660a3fe
Author: Ingo Wennemaring <github at addonlab.com>
Date: Tue Jul 15 14:18:39 2014 +0200
Minor: Fix #46 #47 #48: change some localization strings for compatibility with fx 31
---
content/aios.xul | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/content/aios.xul b/content/aios.xul
index fa911a4..068dfca 100644
--- a/content/aios.xul
+++ b/content/aios.xul
@@ -50,7 +50,7 @@
ondragover="nsDragAndDrop.dragOver(event, DownloadsButtonDNDObserver); event.stopPropagation();"
ondragenter="nsDragAndDrop.dragEnter(event, DownloadsButtonDNDObserver); event.stopPropagation();"
ondragexit="nsDragAndDrop.dragExit(event, DownloadsButtonDNDObserver); event.stopPropagation();"
- label="&downloads.label;" tooltiptext="&downloads.tooltip;" />
+ label="&downloads.label;" tooltiptext="&downloads.label;" />
<broadcaster id="viewAddonsSidebar" autoCheck="false" type="checkbox" group="sidebar"
sidebartitle="&button.addons.label;" sidebarurl="about:addons"
@@ -158,21 +158,21 @@
tooltiptext="&sidebarCloseButton.tooltip;" label="&sidebarCloseButton.tooltip;" />
<toolbarbutton id="bookmarks-button" class="toolbarbutton-1 chromeclass-toolbar-additional aios-tbutton"
- label="&bookmarksButton.label;" tooltip="bookmarks-tooltip" tooltiptext="&bookmarksButton.tooltip;"
+ label="&bookmarksButton.label;" tooltip="bookmarks-tooltip" tooltiptext="&bookmarksButton.label;"
command="View:Bookmarks">
<observes element="viewBookmarksSidebar" attribute="checked" />
<observes element="viewBookmarksSidebar" attribute="onclick" />
</toolbarbutton>
<toolbarbutton id="history-button" class="toolbarbutton-1 chromeclass-toolbar-additional aios-tbutton"
- label="&historyButton.label;" tooltip="history-tooltip" tooltiptext="&historyButton.tooltip;"
+ label="&historyButton.label;" tooltip="history-tooltip" tooltiptext="&historyButton.label;"
command="View:History">
<observes element="viewHistorySidebar" attribute="checked" />
<observes element="viewHistorySidebar" attribute="onclick" />
</toolbarbutton>
<toolbarbutton id="downloads-button" class="toolbarbutton-1 chromeclass-toolbar-additional aios-tbutton"
- label="&downloads.label;" tooltip="downloads-tooltip" tooltiptext="&downloads.tooltip;"
+ label="&downloads.label;" tooltip="downloads-tooltip" tooltiptext="&downloads.label;"
command="Tools:Downloads">
<observes element="viewDownloadsSidebar" attribute="checked" />
<observes element="viewDownloadsSidebar" attribute="onclick" />
@@ -359,15 +359,15 @@
</tooltip>
<tooltip id="bookmarks-tooltip">
- <label value="&bookmarksButton.tooltip;" />
+ <label value="&bookmarksButton.label;" />
</tooltip>
<tooltip id="history-tooltip">
- <label value="&historyButton.tooltip;" />
+ <label value="&historyButton.label;" />
</tooltip>
<tooltip id="downloads-tooltip">
- <label value="&downloads.tooltip;" />
+ <label value="&downloads.label;" />
</tooltip>
<tooltip id="addons-tooltip">
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git
More information about the Pkg-mozext-commits
mailing list