hgext/largefiles/overrides.py
branchstable
changeset 17894 afa7e6fa820b
parent 17892 ba0a1701c81a
child 18012 848c428bb5ee
child 18140 e388273f3ad1
--- a/hgext/largefiles/overrides.py	Wed Oct 31 03:59:28 2012 +0900
+++ b/hgext/largefiles/overrides.py	Wed Oct 31 03:59:28 2012 +0900
@@ -1023,7 +1023,7 @@
         toupload = getoutgoinglfiles(ui, repo, None, **opts)
         if toupload is None:
             # i18n: column positioning for "hg summary"
-            ui.status(_('largefiles: No remote repo\n'))
+            ui.status(_('largefiles: (no remote repo)\n'))
         elif not toupload:
             # i18n: column positioning for "hg summary"
             ui.status(_('largefiles: (no files to upload)\n'))