Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable i18n: use always lowercase for "no help text available"

Changeset f1cc89a9e939

Parent 9f9c5eb5cd35

by André Sintzoff

Changes to one file · Browse files at f1cc89a9e939 Showing diff from parent 9f9c5eb5cd35 Diff from another changeset...

 
777
778
779
780
 
781
782
783
 
842
843
844
845
 
846
847
848
 
777
778
779
 
780
781
782
783
 
842
843
844
 
845
846
847
848
@@ -777,7 +777,7 @@
  # description   doc = i[0].__doc__   if not doc: - doc = _("(No help text available)") + doc = _("(no help text available)")   if ui.quiet:   doc = doc.splitlines(0)[0]   ui.write("\n%s\n" % doc.rstrip()) @@ -842,7 +842,7 @@
    # description   if not doc: - doc = _("(No help text available)") + doc = _("(no help text available)")   if hasattr(doc, '__call__'):   doc = doc()