hgext/gpg.py
changeset 16927 7922004a46b8
parent 16743 38caf405d010
child 16991 1aae34f109fd
--- a/hgext/gpg.py	Tue Jun 12 14:18:18 2012 +0200
+++ b/hgext/gpg.py	Tue Jun 12 14:18:18 2012 +0200
@@ -180,7 +180,7 @@
                 keys.extend(k)
 
     if not keys:
-        ui.write(_("No valid signature for %s\n") % hgnode.short(rev))
+        ui.write(_("no valid signature for %s\n") % hgnode.short(rev))
         return
 
     # print summary
@@ -237,7 +237,7 @@
 
     for n in nodes:
         hexnode = hgnode.hex(n)
-        ui.write(_("Signing %d:%s\n") % (repo.changelog.rev(n),
+        ui.write(_("signing %d:%s\n") % (repo.changelog.rev(n),
                                          hgnode.short(n)))
         # build data
         data = node2txt(repo, n, sigver)