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:
parent
86a4d3517a
commit
aead454d83
5 changed files with 14 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue