~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
957
957
        stats.pprint()
958
958
    else:
959
959
        stats.save(filename)
960
 
        trace.note('Profile data written to "%s".', filename)
 
960
        trace.note(gettext('Profile data written to "%s".'), filename)
961
961
    return ret
962
962
 
963
963