[nautilus-actions] console_cmdline_get_description: insert a newline in the too long message
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] console_cmdline_get_description: insert a newline in the too long message
- Date: Wed, 19 Jan 2011 21:48:26 +0000 (UTC)
commit d647573bc9b7232939856380da43871653150b31
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Jan 6 18:47:18 2011 +0100
console_cmdline_get_description: insert a newline in the too long message
src/utils/console-utils.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/utils/console-utils.c b/src/utils/console-utils.c
index d241f2c..a26803c 100644
--- a/src/utils/console-utils.c
+++ b/src/utils/console-utils.c
@@ -51,8 +51,8 @@ static GLogFunc st_default_log_func = NULL;
gchar *
console_cmdline_get_description( void ){
return( g_strdup_printf( "%s.\n%s", PACKAGE_STRING,
- _( "Bug reports are welcomed at https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions,"
- " or you may prefer to mail to <maintainer nautilus-actions org>.\n" )));
+ _( "Bug reports are welcomed at https://bugzilla.gnome.org/enter_bug.cgi?product=nautilus-actions,\n"
+ "or you may prefer to mail to <maintainer nautilus-actions org>.\n" )));
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]