typo: seperator -> separator

Change-Id: Ifad806a4a846656f4b81439c596aa34d898d021a
This commit is contained in:
Andras Timar
2013-11-29 20:57:13 +01:00
parent 8840cdc977
commit 02e2bd100b
3 changed files with 4 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ NumberFormatPropertyPanel::NumberFormatPropertyPanel(
get(mpEdDecimals, "decimalplaces"); get(mpEdDecimals, "decimalplaces");
get(mpEdLeadZeroes, "leadingzeroes"); get(mpEdLeadZeroes, "leadingzeroes");
get(mpBtnNegRed, "negativenumbersred"); get(mpBtnNegRed, "negativenumbersred");
get(mpBtnThousand, "thousandseperator"); get(mpBtnThousand, "thousandseparator");
Initialize(); Initialize();
} }

View File

@@ -265,8 +265,8 @@
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkCheckButton" id="thousandseperator"> <object class="GtkCheckButton" id="thousandseparator">
<property name="label" translatable="yes">_Thousands seperator</property> <property name="label" translatable="yes">_Thousands separator</property>
<property name="use_action_appearance">False</property> <property name="use_action_appearance">False</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">True</property>

View File

@@ -2120,7 +2120,7 @@ void ToolBox::UpdateCustomMenu()
} }
} }
// add a seperator below the inserted clipped-items // add a separator below the inserted clipped-items
pMenu->InsertSeparator( OString(), nSepPos ); pMenu->InsertSeparator( OString(), nSepPos );
// now append the items that are explicitly disabled // now append the items that are explicitly disabled