Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
bharaththiruveedula-zz committed Jul 5, 2012
1 parent 44af292 commit 09a5ea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extension/content/firebug/net/netPanel.js
Expand Up @@ -341,8 +341,8 @@ NetPanel.prototype = Obj.extend(Firebug.ActivablePanel,
{
items.push(
{
label: "CopyRequestParameters",
tooltiptext: "net.tip.Copy_Request_Parameters",
label: "CopyURLParameters",
tooltiptext: "net.tip.Copy_URL_Parameters",
command: Obj.bindFixed(this.copyUrlParams, this, file)
}
);
Expand All @@ -352,8 +352,8 @@ NetPanel.prototype = Obj.extend(Firebug.ActivablePanel,
{
items.push(
{
label: "CopyURLParameters",
tooltiptext: "net.tip.Copy_URL_Parameters",
label: "CopyLocationParameters",
tooltiptext: "net.tip.Copy_Location_Parameters",
command: Obj.bindFixed(this.copyParams, this, file)
}
);
Expand Down

0 comments on commit 09a5ea1

Please sign in to comment.