Bug 601863: make "Undo Close Group" button label localizable, r=dietrich, a=blocking

This commit is contained in:
Raymond Lee 2010-10-05 13:58:44 +08:00
parent f3b0ef8355
commit fe05954c74
2 changed files with 3 additions and 2 deletions

View File

@ -590,7 +590,7 @@ GroupItem.prototype = Utils.extend(new Item(), new Subscribable(), {
this.$undoContainer = iQ("<div/>")
.addClass("undo")
.attr("type", "button")
.text("Undo Close Group")
.text(tabviewString("groupItem.undoCloseGroup"))
.appendTo("body");
let undoClose = iQ("<span/>")
.addClass("close")

View File

@ -1,3 +1,4 @@
tabview.groupItem.newTabButton=New tab
tabview.groupItem.defaultName=Name this tab group…
tabview.search.otherWindowTabs=Tabs from other windows
tabview.groupItem.undoCloseGroup=Undo Close Group
tabview.search.otherWindowTabs=Tabs from other windows