~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/send.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-15 11:31:47 UTC
  • mto: This revision was merged to the branch mainline in revision 6143.
  • Revision ID: jriddell@canonical.com-20110915113147-bgleett47i4jjxya
add gettext() to uses of trace.note()

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
            raise errors.BzrCommandError('No submit branch known or'
74
74
                                         ' specified')
75
75
        if remembered_submit_branch is not None:
76
 
            trace.note('Using saved %s location "%s" to determine what '
77
 
                       'changes to submit.', remembered_submit_branch,
 
76
            trace.note(gettext('Using saved %s location "%s" to determine what '
 
77
                       'changes to submit.'), remembered_submit_branch,
78
78
                       submit_branch)
79
79
 
80
80
        if mail_to is None or format is None: