Re: [G2R] Translation of .schemas files in core modules
- From: Zbigniew Chyla <cyba gnome pl>
- To: Kjartan Maraas <kmaraas online no>
- Cc: Luis Villa <louie ximian com>,Christian Rose <menthos menthos com>, desktop-devel-list gnome org,GNOME i18n list <gnome-i18n gnome org>,gnome2 release team <gnome2-release-team gnome org>
- Subject: Re: [G2R] Translation of .schemas files in core modules
- Date: Wed, 31 Jul 2002 16:33:08 +0200
On Wed, 2002-07-31 at 15:37:08, Kjartan Maraas wrote:
> Better solutions are welcome and I think they have to surface quickly if
> they are to be in the 2.0.1 release.
Use mixture of both patches:
@@ -1140,8 +1140,9 @@ static int
create_help_entries (GtkMenuShell *menu_shell, GnomeUIInfo *uiinfo, gint pos)
{
gchar *path;
+ gchar *title = N_("_Contents");
- uiinfo->widget = gtk_image_menu_item_new_with_mnemonic (L_("_Contents"));
+ uiinfo->widget = gtk_image_menu_item_new_with_mnemonic (L_(title));
uiinfo->hint = g_strdup (_("View help for this application"));
setup_image_menu_item (uiinfo->widget, GNOME_APP_PIXMAP_STOCK, GTK_STOCK_HELP);
Zbigniew
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]