~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/foreign.py

(jr) Add gettext() to uses of note() (Jonathan Riddell)

Show diffs side-by-side

added added

removed removed

Lines of Context:
306
306
            else:
307
307
                display_url = urlutils.unescape_for_display(stored_loc,
308
308
                        self.outf.encoding)
309
 
                self.outf.write("Using saved location: %s\n" % display_url)
 
309
                self.outf.write(
 
310
                       gettext("Using saved location: %s\n") % display_url)
310
311
                location = stored_loc
311
312
 
312
313
        bzrdir = BzrDir.open(location)