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
10
ChangeLog
10
ChangeLog
|
@ -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>
|
||||
|
||||
* capplets/common/activate-settings-daemon.c: fix leak, patch by
|
||||
|
|
|
@ -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 },
|
||||
|
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
@ -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