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

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

View file

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