]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/convert-ly.py
Fix "Report bugs..." localized strings
[lilypond.git] / scripts / convert-ly.py
index 481ae745a340889c2acdf396c076c956239d83fa..93e345f2ae6edf305b7a40481c6de828c978b1ff 100644 (file)
@@ -119,9 +119,10 @@ def get_option_parser ():
               default='')
 
     p.add_option_group ('',
-                        description=(_ ("Report bugs via")
-                                     + ''' http://post.gmane.org/post.php'''
-                                     '''?group=gmane.comp.gnu.lilypond.bugs\n'''))
+                        description=(
+            _ ("Report bugs via %s")
+            % 'http://post.gmane.org/post.php'
+            '?group=gmane.comp.gnu.lilypond.bugs') + '\n')
     
     return p