gtkhtml r8816 - trunk/components/editor
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r8816 - trunk/components/editor
- Date: Tue, 8 Apr 2008 02:25:35 +0100 (BST)
Author: mbarnes
Date: Tue Apr 8 02:25:34 2008
New Revision: 8816
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=8816&view=rev
Log:
2008-04-07 Matthew Barnes <mbarnes redhat com>
** Fixes bug #328146
* gtkhtml-editor-actions.c:
Fix missing and conflicting mnemonics.
Modified:
trunk/components/editor/ChangeLog
trunk/components/editor/gtkhtml-editor-actions.c
Modified: trunk/components/editor/gtkhtml-editor-actions.c
==============================================================================
--- trunk/components/editor/gtkhtml-editor-actions.c (original)
+++ trunk/components/editor/gtkhtml-editor-actions.c Tue Apr 8 02:25:34 2008
@@ -1595,7 +1595,7 @@
{ "language-menu",
NULL,
- N_("_Current Languages"),
+ N_("Current _Languages"),
NULL,
NULL,
NULL },
@@ -1612,7 +1612,7 @@
{ "html-mode",
NULL,
- N_("HTML Mode"),
+ N_("HTML _Mode"),
NULL,
NULL,
G_CALLBACK (action_html_mode_cb),
@@ -1682,14 +1682,14 @@
{ "style-h5",
NULL,
- N_("Header 5"),
+ N_("Header _5"),
"<Control>5",
NULL,
GTK_HTML_PARAGRAPH_STYLE_H5 },
{ "style-h6",
NULL,
- N_("Header 6"),
+ N_("Header _6"),
"<Control>6",
NULL,
GTK_HTML_PARAGRAPH_STYLE_H6 },
@@ -1796,7 +1796,7 @@
{ "properties-page",
NULL,
- N_("_Page..."),
+ N_("Pa_ge..."),
NULL,
NULL,
G_CALLBACK (action_properties_page_cb) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]