[gnumeric] Fixed a spelling error.
- From: Adam Dingle <adamd src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Fixed a spelling error.
- Date: Thu, 2 May 2013 18:10:30 +0000 (UTC)
commit 3da2f5278d5f17323787e912dabb3a71e25d94a2
Author: Adam Dingle <adam yorba org>
Date: Thu May 2 14:06:06 2013 -0400
Fixed a spelling error.
https://bugzilla.gnome.org/show_bug.cgi?id=698670
doc/C/gui-menus.xml | 4 ++--
plugins/applix/applix-read.c | 2 +-
plugins/sylk/sylk-write.c | 2 +-
.../org.gnome.gnumeric.dialogs.gschema.xml.in.in | 2 +-
src/sheet-control-gui.c | 2 +-
src/wbc-gtk-actions.c | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/doc/C/gui-menus.xml b/doc/C/gui-menus.xml
index 8008ebc..e4ad52b 100644
--- a/doc/C/gui-menus.xml
+++ b/doc/C/gui-menus.xml
@@ -1581,8 +1581,8 @@
</listitem>
<listitem>
<para>
- <guimenuitem>Conditional Formating...</guimenuitem> — The
- <guimenuitem>Conditional Formating...</guimenuitem> menu item
+ <guimenuitem>Conditional Formatting...</guimenuitem> — The
+ <guimenuitem>Conditional Formatting...</guimenuitem> menu item
opens the
conditional format dialog. This dialog is used to set cell data
types and formats that depend on values in the workbook.
diff --git a/plugins/applix/applix-read.c b/plugins/applix/applix-read.c
index 354b9ff..8e5799f 100644
--- a/plugins/applix/applix-read.c
+++ b/plugins/applix/applix-read.c
@@ -507,7 +507,7 @@ applix_parse_style (ApplixReadState *state, unsigned char **buffer)
else
++sep;
- /* Formating and alignment */
+ /* Formatting and alignment */
for (; *sep && *sep != '|' && *sep != ')' ; ) {
if (*sep == ',') {
diff --git a/plugins/sylk/sylk-write.c b/plugins/sylk/sylk-write.c
index 0544a72..a340faa 100644
--- a/plugins/sylk/sylk-write.c
+++ b/plugins/sylk/sylk-write.c
@@ -169,7 +169,7 @@ sylk_write_sheet (SylkWriter *state)
* 3) global formats F;
*/
-/* Global Formating */
+/* Global Formatting */
/* F;P0;DG0G10;SM0;Z;M280;N3 10 */
/* Bounds */
diff --git a/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
b/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
index bb459a5..48c457b 100644
--- a/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
+++ b/schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in
@@ -299,7 +299,7 @@
</key>
<key name="format" type="s">
<default>'automatic'</default>
- <_summary>Text Export Formating Rule</_summary>
+ <_summary>Text Export Formatting Rule</_summary>
<_description>Please use the Text Export dialog to edit this value.</_description>
</key>
<key name="transliteration" type="b">
diff --git a/src/sheet-control-gui.c b/src/sheet-control-gui.c
index bfb492a..e4c4ef9 100644
--- a/src/sheet-control-gui.c
+++ b/src/sheet-control-gui.c
@@ -2208,7 +2208,7 @@ scg_context_menu (SheetControlGUI *scg, GdkEventButton *event,
{ N_("_Format All Cells..."), GTK_STOCK_PROPERTIES,
0, 0, CONTEXT_FORMAT_CELL },
- { N_("C_onditional Formating..."), GTK_STOCK_PROPERTIES,
+ { N_("C_onditional Formatting..."), GTK_STOCK_PROPERTIES,
0, 0, CONTEXT_FORMAT_CELL_COND },
{ N_("Cell"), NULL, 0, 0, -1},/* start sub menu */
{ N_("_Merge"), "Gnumeric_MergeCells", 0,
diff --git a/src/wbc-gtk-actions.c b/src/wbc-gtk-actions.c
index 2595bc2..ffbf03c 100644
--- a/src/wbc-gtk-actions.c
+++ b/src/wbc-gtk-actions.c
@@ -2386,7 +2386,7 @@ static GtkActionEntry const actions[] = {
{ "FormatCells", NULL, N_("_Format..."),
"<control>1", N_("Modify the formatting of the selected cells"),
G_CALLBACK (cb_format_cells) },
- { "FormatCellsCond", NULL, N_("_Conditional Formating..."), NULL,
+ { "FormatCellsCond", NULL, N_("_Conditional Formatting..."), NULL,
N_("Modify the conditional formatting of the selected cells"),
G_CALLBACK (cb_format_cells_cond) },
{ "FormatCellsFitHeight", "Gnumeric_RowSize", N_("Auto Fit _Height"), NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]