diff hgext/relink.py @ 26778:a95c975f42e3

l10n: use %d instead of %s for numbers
author timeless@mozdev.org
date Wed, 14 Oct 2015 22:29:03 -0400
parents 56b2bcea2529
children ad266834251b
line wrap: on
line diff
--- a/hgext/relink.py	Thu Oct 15 20:36:12 2015 -0400
+++ b/hgext/relink.py	Wed Oct 14 22:29:03 2015 -0400
@@ -84,7 +84,7 @@
     total = live * 3 // 2
     src = src.store.path
     pos = 0
-    ui.status(_("tip has %d files, estimated total number of files: %s\n")
+    ui.status(_("tip has %d files, estimated total number of files: %d\n")
               % (live, total))
     for dirpath, dirnames, filenames in os.walk(src):
         dirnames.sort()