diff options
author | Christian Rose <menthos@menthos.com> | 2002-06-28 15:40:30 +0000 |
---|---|---|
committer | Christian Rose <menthos@src.gnome.org> | 2002-06-28 15:40:30 +0000 |
commit | 758daa86e5b9cefe520986dcbd663c32e8064490 (patch) | |
tree | cff90b802cc980a586c9ea9bf65f1efd91ca2720 /src/nautilus-property-browser.c | |
parent | a69507212f14598461e87716d80e1096ea573f38 (diff) | |
download | nautilus-758daa86e5b9cefe520986dcbd663c32e8064490.tar.gz |
Added line break to help error message.
2002-06-28 Christian Rose <menthos@menthos.com>
* src/nautilus-bookmarks-window.c,
src/nautilus-preferences-dialog.c,
src/nautilus-property-browser.c: Added line break to help error
message.
Diffstat (limited to 'src/nautilus-property-browser.c')
-rw-r--r-- | src/nautilus-property-browser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-property-browser.c b/src/nautilus-property-browser.c index c8cf3117e..db21c849b 100644 --- a/src/nautilus-property-browser.c +++ b/src/nautilus-property-browser.c @@ -1518,7 +1518,7 @@ help_button_callback (GtkWidget *widget, GtkWidget *property_browser) GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, - _("There was an error displaying help: %s"), + _("There was an error displaying help: \n%s"), error->message); g_signal_connect (G_OBJECT (dialog), |