~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-14 15:21:36 UTC
  • mto: This revision was merged to the branch mainline in revision 6143.
  • Revision ID: jriddell@canonical.com-20110914152136-q2pclqcjwx95dfbu
gettext-ify bzrlib/commit.py

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