Changed the "Gnome" occurences to "GNOME" (Closes: #152085).

2004-10-21  Sebastien Bacher  <seb128@debian.org>

	* 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).
This commit is contained in:
Sebastien Bacher 2004-10-21 16:57:23 +00:00 committed by Sebastien Bacher
parent 86a4d3517a
commit aead454d83
5 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,13 @@
2004-10-21 Sebastien Bacher <seb128@debian.org>
* 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 <pborelli@katamail.com> 2004-10-17 Paolo Borelli <pborelli@katamail.com>
* capplets/common/activate-settings-daemon.c: fix leak, patch by * capplets/common/activate-settings-daemon.c: fix leak, patch by

View file

@ -52,7 +52,7 @@ struct _TerminalDesciption {
}; };
TerminalDescription possible_terminals[] = { TerminalDescription possible_terminals[] = {
{ N_("Debian Terminal Emulator"), "x-terminal-emulator", "-e", FALSE }, { 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_("Standard XTerminal"), "xterm", "-e", FALSE },
{ N_("NXterm"), "nxterm", "-e", FALSE }, { N_("NXterm"), "nxterm", "-e", FALSE },
{ N_("RXVT"), "rxvt", "-e", FALSE }, { N_("RXVT"), "rxvt", "-e", FALSE },

View file

@ -47,7 +47,7 @@ const gchar *url_descriptions[][2] = {
{ "info", N_("Detailed documentation") }, { "info", N_("Detailed documentation") },
{ "man", N_("Manual pages") }, { "man", N_("Manual pages") },
{ "mailto", N_("Electronic mail transmission") }, { "mailto", N_("Electronic mail transmission") },
{ "ghelp", N_("Gnome documentation") }, { "ghelp", N_("GNOME documentation") },
{ NULL, NULL } { NULL, NULL }
}; };

View file

@ -421,7 +421,7 @@ load_information_to_information (GnomeVFSURI *base_uri, FullLoadInformation *inf
} }
if (!information->title || !information->title[0]) if (!information->title || !information->title[0])
information->title = _("Gnome Control Center"); information->title = _("GNOME Control Center");
return information; return information;
} }

View file

@ -1088,7 +1088,7 @@ gnome_cc_about (void)
if (about) { if (about) {
gdk_window_raise (about->window); gdk_window_raise (about->window);
} else { } else {
gtk_widget_show (about = gnome_about_new (_("Gnome Control Center"), gtk_widget_show (about = gnome_about_new (_("GNOME Control Center"),
VERSION, VERSION,
"Copyright 2002, Ximian, Inc.", "Copyright 2002, Ximian, Inc.",
NULL, NULL,