[gconf] Fix a bad capitalization



commit df370fe86cb7351ba1ab6a7000af8496a53c217f
Author: Phillip Withnall <bugzilla tecnocode co uk>
Date:   Tue May 5 23:41:19 2009 -0400

    Fix a bad capitalization
    
    It should be GConf in messages, not gconf. Fixes bug 558069
---
 gconf/gconf-internals.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gconf/gconf-internals.c b/gconf/gconf-internals.c
index 9ef8031..0a5500f 100644
--- a/gconf/gconf-internals.c
+++ b/gconf/gconf-internals.c
@@ -2465,7 +2465,7 @@ get_ior (gboolean start_if_not_found,
         if (dbus_error_is_set (&bus_error)) {
                 if (failure_log)
                     g_string_append_printf (failure_log,
-                                            _("Could not send message to gconf daemon: %s"),
+                                            _("Could not send message to GConf daemon: %s"),
                                             bus_error.message);
                 dbus_error_free (&bus_error);
                 return NULL;



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