# # # patch "ChangeLog" # from [694b265bc040919ebe0e7fbdf9d434656d251878] # to [5405c83380e1813dade86cd327e116bc5c72a09b] # # patch "commands.cc" # from [bdfa44835aa991d7690fb8a65fd50565b894219b] # to [179f979d6489aecd02451c132e0b078cff9dc988] # ============================================================ --- ChangeLog 694b265bc040919ebe0e7fbdf9d434656d251878 +++ ChangeLog 5405c83380e1813dade86cd327e116bc5c72a09b @@ -1,3 +1,7 @@ +2006-01-11 Nathaniel Smith + + * commands.cc (diff): gettext'ify the "no changes" tag. + 2006-01-11 Richard Levitte * Makefile.am: Add contrib/usher as an extra program. This works ============================================================ --- commands.cc bdfa44835aa991d7690fb8a65fd50565b894219b +++ commands.cc 179f979d6489aecd02451c132e0b078cff9dc988 @@ -2760,7 +2760,7 @@ } else { - cout << "# no changes" << endl; + cout << "# " << _("no changes") << endl; } cout << "# " << endl;