~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/javascript/widgets.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-29 17:46:28 UTC
  • mfrom: (13316.4.2 803016-assign-to-me)
  • Revision ID: launchpad@pqm.canonical.com-20110629174628-x70ngsomva64cs9p
[r=deryck][bug=803016] Change "Assign me" to "Assign to me" in the
        widget that assigns someone to a bug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        this.constructor.superclass.renderUI.call(this);
123
123
        var remove_button, assign_me_button;
124
124
        var remove_button_text = "Remove assignee";
125
 
        var assign_me_button_text = "Assign me";
 
125
        var assign_me_button_text = "Assign to me";
126
126
 
127
127
        if (this._show_remove_button) {
128
128
            remove_button = Y.Node.create(