Skip to content

Commit

Permalink
Bug 407784 - "Copy Source Location" -> "Copy Download Link". r=sdwils…
Browse files Browse the repository at this point in the history
…h, a1.9=schrep
  • Loading branch information
Unknown committed Dec 14, 2007
1 parent 9acb0d8 commit 568b6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<!ENTITY cmd.openWith.accesskey "h">
<!ENTITY cmd.retry.label "Retry">
<!ENTITY cmd.retry.accesskey "R">
<!ENTITY cmd.copyLocation.label "Copy Source Location">
<!ENTITY cmd.copyLocation.accesskey "L">
<!ENTITY cmd.copyDownloadLink.label "Copy Download Link">
<!ENTITY cmd.copyDownloadLink.accesskey "L">
<!ENTITY cmd.removeFromList.label "Remove From List">
<!ENTITY cmd.removeFromList.accesskey "e">
<!ENTITY cmd.info.label "Information">
Expand Down
4 changes: 2 additions & 2 deletions toolkit/mozapps/downloads/content/downloads.xul
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
<menuseparator id="menuseparator_copy_location"/>

<menuitem id="menuitem_copyLocation"
label="&cmd.copyLocation.label;"
accesskey="&cmd.copyLocation.accesskey;"
label="&cmd.copyDownloadLink.label;"
accesskey="&cmd.copyDownloadLink.accesskey;"
command="cmd_copyLocation"/>

<menuitem id="menuitem_clearList"
Expand Down

0 comments on commit 568b6dd

Please sign in to comment.