##// END OF EJS Templates
gpg: make a message translatable...
FUJIWARA Katsunori -
r29239:ecf29665 default
parent child Browse files
Show More
@@ -198,7 +198,7 b' def sigcheck(ui, repo, rev):'
198 198 return
199 199
200 200 # print summary
201 ui.write("%s is signed by:\n" % hgnode.short(rev))
201 ui.write(_("%s is signed by:\n") % hgnode.short(rev))
202 202 for key in keys:
203 203 ui.write(" %s\n" % keystr(ui, key))
204 204
General Comments 0
You need to be logged in to leave comments. Login now