[nautilus-actions] Returns the full address of the page to enter a new bug in Bugzilla



commit b844ccda292492611b262923fc59e0cdd9c23cab
Author: Pierre Wieser <pwieser trychlos org>
Date:   Thu Jan 6 00:23:58 2011 +0100

    Returns the full address of the page to enter a new bug in Bugzilla

 ChangeLog                 |    3 +++
 src/utils/console-utils.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a768237..6d88d3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -103,6 +103,9 @@
 
 2011-01-05 Pierre Wieser <pwieser trychlos org>
 
+	* src/utils/console-utils.c (console_cmdline_get_description):
+	Returns the full address of the page to enter a new bug in Bugzilla.
+
 	* src/core/na-gconf-migration.c:
 	* src/core/na-gconf-migration.h (na_gconf_migration_run): New function.
 
diff --git a/src/utils/console-utils.c b/src/utils/console-utils.c
index f5ac964..d241f2c 100644
--- a/src/utils/console-utils.c
+++ b/src/utils/console-utils.c
@@ -51,7 +51,7 @@ 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 http://bugzilla.gnome.org,";
+			_( "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" )));
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]