*** empty log message ***
authorgc <gc>
Sat, 5 Nov 2005 01:48:38 +0000 (01:48 +0000)
committergc <gc>
Sat, 5 Nov 2005 01:48:38 +0000 (01:48 +0000)
bin/booh
bin/booh-backend

index 8f431f5f962980dab9b183cb7b8a4118c1ea44c1..ccd221743207865c420f46dde1a1760f24a7b4d9 100755 (executable)
--- a/bin/booh
+++ b/bin/booh
@@ -2454,8 +2454,7 @@ def new_album
                                    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
@@ -2706,8 +2705,7 @@ def properties
     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 = []
index 874ae5fe40160c97c5d4991978705ad59a59b04f..37d6be032b7717f8377a5c4d946025bbae188a53 100755 (executable)
@@ -303,7 +303,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.") %
     end
 
     if $madewith
-        $madewith = $madewith.gsub('%booh', 'http://zarb.org/~gc/html/booh.html')
+        $madewith = $madewith.gsub('%booh', '"http://zarb.org/~gc/html/booh.html"')
     end
 end