pack_start(nperrowradios = Gtk::HBox.new, false, false, 0))
vb.add(Gtk::HBox.new(false, 3).pack_start(Gtk::Label.new(utf8(_("'Made with' markup on pages bottom: "))), false, false, 0).
pack_start(madewithentry = Gtk::Entry.new, true, true, 0))
- tooltips.set_tip(madewithentry, utf8(_("Optional HTML markup to use on pages bottom for a small 'made with' label; %booh is replaced by the website of booh;
-for example: made with <a href=\"%booh\">booh</a>!")), nil)
+ tooltips.set_tip(madewithentry, utf8(_("Optional HTML markup to use on pages bottom for a small 'made with' label; %booh is replaced by the website of booh;\nfor example: made with <a href=%booh>booh</a>!")), nil)
src_nb_calculated_for = ''
src_nb_thread = nil
if madewith
madewithentry.text = madewith
end
- tooltips.set_tip(madewithentry, utf8(_("Optional HTML markup to use on pages bottom for a small 'made with' label; %booh is replaced by the website of booh;
-for example: made with <a href=\"%booh\">booh</a>!")), nil)
+ tooltips.set_tip(madewithentry, utf8(_("Optional HTML markup to use on pages bottom for a small 'made with' label; %booh is replaced by the website of booh;\nfor example: made with <a href=%booh>booh</a>!")), nil)
theme_sizes = []
nperrows = []