blob: 3bc5e8afb964f5011b213f181ca63589fed027f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-ay,v 1.1 2004/01/19 15:52:40 cube Exp $
--- src/gallery.c.orig 2000-03-06 22:23:06.000000000 +0100
+++ src/gallery.c
@@ -271,9 +271,9 @@ void gallery_main() {
if (Thumbnails.next == NULL) {
error_dialog(
-"Please retrieve the index first,
-and select the images to include
-in the gallery by clicking on them.
+"Please retrieve the index first,\n\
+and select the images to include\n\
+in the gallery by clicking on them.\n\
Then, re-run the HTML Gallery.");
return;
}
|