From aead454d838010fd9c1e82ed94200973c782dbcc Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 21 Oct 2004 16:57:23 +0000 Subject: [PATCH] Changed the "Gnome" occurences to "GNOME" (Closes: #152085). 2004-10-21 Sebastien Bacher * capplets/default-applications/gnome-default-applications-properti es-structs.c: * capplets/file-types/service-info.c: * control-center/control-center-categories.c: (load_information_to_information): * control-center/control-center.c: (gnome_cc_about): Changed the "Gnome" occurences to "GNOME" (Closes: #152085). --- ChangeLog | 10 ++++++++++ .../gnome-default-applications-properties-structs.c | 2 +- capplets/file-types/service-info.c | 2 +- control-center/control-center-categories.c | 2 +- control-center/control-center.c | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3afa633e0..7b292c342 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-10-21 Sebastien Bacher + + * capplets/default-applications/gnome-default-applications-properti + es-structs.c: + * capplets/file-types/service-info.c: + * control-center/control-center-categories.c: + (load_information_to_information): + * control-center/control-center.c: (gnome_cc_about): + Changed the "Gnome" occurences to "GNOME" (Closes: #152085). + 2004-10-17 Paolo Borelli * capplets/common/activate-settings-daemon.c: fix leak, patch by diff --git a/capplets/default-applications/gnome-default-applications-properties-structs.c b/capplets/default-applications/gnome-default-applications-properties-structs.c index 63bf1e1b7..a54a4b0ac 100644 --- a/capplets/default-applications/gnome-default-applications-properties-structs.c +++ b/capplets/default-applications/gnome-default-applications-properties-structs.c @@ -52,7 +52,7 @@ struct _TerminalDesciption { }; TerminalDescription possible_terminals[] = { { N_("Debian Terminal Emulator"), "x-terminal-emulator", "-e", FALSE }, - { N_("Gnome Terminal"), "gnome-terminal", "-x", FALSE }, + { N_("GNOME Terminal"), "gnome-terminal", "-x", FALSE }, { N_("Standard XTerminal"), "xterm", "-e", FALSE }, { N_("NXterm"), "nxterm", "-e", FALSE }, { N_("RXVT"), "rxvt", "-e", FALSE }, diff --git a/capplets/file-types/service-info.c b/capplets/file-types/service-info.c index 1f3d06816..9dafd3df1 100644 --- a/capplets/file-types/service-info.c +++ b/capplets/file-types/service-info.c @@ -47,7 +47,7 @@ const gchar *url_descriptions[][2] = { { "info", N_("Detailed documentation") }, { "man", N_("Manual pages") }, { "mailto", N_("Electronic mail transmission") }, - { "ghelp", N_("Gnome documentation") }, + { "ghelp", N_("GNOME documentation") }, { NULL, NULL } }; diff --git a/control-center/control-center-categories.c b/control-center/control-center-categories.c index 7fdf67cf3..7d4b4a921 100644 --- a/control-center/control-center-categories.c +++ b/control-center/control-center-categories.c @@ -421,7 +421,7 @@ load_information_to_information (GnomeVFSURI *base_uri, FullLoadInformation *inf } if (!information->title || !information->title[0]) - information->title = _("Gnome Control Center"); + information->title = _("GNOME Control Center"); return information; } diff --git a/control-center/control-center.c b/control-center/control-center.c index 283395bdc..df40dd232 100644 --- a/control-center/control-center.c +++ b/control-center/control-center.c @@ -1088,7 +1088,7 @@ gnome_cc_about (void) if (about) { gdk_window_raise (about->window); } else { - gtk_widget_show (about = gnome_about_new (_("Gnome Control Center"), + gtk_widget_show (about = gnome_about_new (_("GNOME Control Center"), VERSION, "Copyright 2002, Ximian, Inc.", NULL,