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

@ -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 },

View file

@ -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 }
};