Skip to content

Commit

Permalink
Added l10n for panel activation status
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Jul 10, 2012
1 parent 366651d commit 9a61e8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -90,14 +90,14 @@ Firebug.StartButton = Obj.extend(Firebug.Module,
tooltip.appendChild($label({
"class": "alwaysOn",
value: Locale.$STR("enablement.on") + " " +
Locale.$STR("enablement.for all pages")
Locale.$STR("enablement.for_all_pages")
}));
}

// Panel enablement status info
tooltip.appendChild($label({
"class": "enablement",
value: "Panel enablement status:"
value: Locale.$STR("enablement.Panel_activation_status")
}));

var statuses = this.getEnablementStatus();
Expand Down
1 change: 1 addition & 0 deletions extension/locale/en-US/firebug.properties
Expand Up @@ -68,6 +68,7 @@ minimized=Minimized
enablement.for_all_pages=for all pages
enablement.on=On
enablement.off=Off
enablement.Panel_activation_status=Panel activation status:
none=Closed
Firebug_-_inactive_for_current_website=Firebug - inactive for current website
Activate_Firebug_for_the_current_website=Activate Firebug for the current website
Expand Down

0 comments on commit 9a61e8f

Please sign in to comment.