Ejemplo n.º 1
0
 def translateUI(self):
     self.setTitle(_("LilyPond versions to use"))
     self.auto.setText(_("Automatically choose LilyPond version from document"))
     self.auto.setToolTip(_(
         "If checked, the document's version determines the LilyPond version to use.\n"
         "See \"What's This\" for more information."))
     self.auto.setWhatsThis(userguide.html("prefs_lilypond_autoversion") +
         _("See also {link}.").format(link=userguide.link("prefs_lilypond")))
Ejemplo n.º 2
0
 def translateUI(self):
     self.setTitle(_("LilyPond versions to use"))
     self.auto.setText(
         _("Automatically choose LilyPond version from document"))
     self.auto.setToolTip(
         _("If checked, the document's version determines the LilyPond version to use.\n"
           "See \"What's This\" for more information."))
     self.auto.setWhatsThis(
         userguide.html("prefs_lilypond_autoversion") +
         _("See also {link}.").format(
             link=userguide.link("prefs_lilypond")))
Ejemplo n.º 3
0
 def translateUI(self):
     self.setTitle(_("Paths to LilyPond Documentation"))
     self.paths.setToolTip(_(
         "Add paths or URLs. See \"What's This\" for more information."))
     self.paths.setWhatsThis(userguide.html("prefs_lilydoc"))
Ejemplo n.º 4
0
 def translateUI(self):
     self.setTitle(_("Paths to LilyPond Documentation"))
     self.paths.setToolTip(
         _("Add paths or URLs. See \"What's This\" for more information."))
     self.paths.setWhatsThis(userguide.html("prefs_lilydoc"))