summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosselin Mouette <joss@debian.org>2010-10-19 07:57:25 +0200
committerJosselin Mouette <joss@debian.org>2010-10-19 07:57:25 +0200
commitd6e7030cffd5d868c11b03858bebdac34e652c5e (patch)
treeab5b34f4292b9290f51f10148f25cffcfae859ad
parent54369f3e383091436ba16d8c362e7d2d7a328d3c (diff)
downloadgconf-d6e7030cffd5d868c11b03858bebdac34e652c5e.tar.gz
BugĀ #631250 - obsolete error message
-rw-r--r--gconf/gconf-internals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconf-internals.c b/gconf/gconf-internals.c
index 8b277616..6bc16e21 100644
--- a/gconf/gconf-internals.c
+++ b/gconf/gconf-internals.c
@@ -2874,7 +2874,7 @@ gconf_activate_server (gboolean start_if_not_found,
g_set_error (error,
GCONF_ERROR,
GCONF_ERROR_NO_SERVER,
- _("Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - %s)"),
+ _("Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - %s)"),
failure_log->len > 0 ? failure_log->str : _("none"));
g_string_free (failure_log, TRUE);