]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Fix i18n of one particular message
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 7 Nov 2008 19:21:14 +0000 (20:21 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 12 Nov 2008 14:36:50 +0000 (15:36 +0100)
python/musicexp.py

index f049884c30db8330e03eb828e54b6d130c1b8750..9d9ea96dc674ea70817a04c21ee856863d1ce418 100644 (file)
@@ -582,8 +582,8 @@ class RepeatedMusic:
             self.music = SequentialMusic ()
             self.music.elements = music
         else:
-            warning (_ ("unable to set the music %(music)s for the repeat %(repeat)s" % \
-                            {'music':music, 'repeat':self}))
+            warning (_ ("unable to set the music %(music)s for the repeat %(repeat)s") % \
+                            {'music':music, 'repeat':self})
     def add_ending (self, music):
         self.endings.append (music)
     def print_ly (self, printer):