Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Upload button is incorrect (bug 643540)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger authored and Jeff Balogh committed Mar 24, 2011
1 parent d97b469 commit 88431c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/zamboni/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
/* Add some UI */

var ui_parent = $('<div>', {'class': 'invisible-upload prominent cta', 'id': 'upload-file-widget'}),
ui_link = $('<a>', {'class': 'button prominent', 'href': '#', 'text': gettext('Select an Add-On to Upload')}),
ui_link = $('<a>', {'class': 'button prominent', 'href': '#', 'text': gettext('Select a file...')}),
ui_details = $('<div>', {'class': 'upload-details', 'text': gettext('Your add-on should end with .xpi or .jar')});

$upload_field.wrap(ui_parent);
Expand Down

0 comments on commit 88431c8

Please sign in to comment.