summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2017-01-23 00:00:08 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-01-23 06:00:58 +0000
commit0c004bca03b7756f3e5e09dc345072bb87a0f555 (patch)
treed18caabcf2d300cb154fdf8d644073214d6425d6
parent02a08a24826c5ac4625c444946c30acf419e2f90 (diff)
Typo: idividual in .ui element name
Change-Id: I96a6baaebb80283a40051fd8dc062513d4ae32a8 Reviewed-on: https://gerrit.libreoffice.org/33411 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--sw/source/ui/envelp/mailmrge.cxx2
-rw-r--r--sw/uiconfig/swriter/ui/mailmerge.ui2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx
index e6e35e678edc..570331019342 100644
--- a/sw/source/ui/envelp/mailmrge.cxx
+++ b/sw/source/ui/envelp/mailmrge.cxx
@@ -151,7 +151,7 @@ SwMailMergeDlg::SwMailMergeDlg(vcl::Window* pParent, SwWrtShell& rShell,
get(m_pSaveMergedDocumentFT, "savemergeddoclabel");
get(m_pSaveSingleDocRB, "singledocument");
- get(m_pSaveIndividualRB, "idividualdocuments");
+ get(m_pSaveIndividualRB, "individualdocuments");
get(m_pGenerateFromDataBaseCB, "generate");
get(m_pColumnFT, "fieldlabel");
diff --git a/sw/uiconfig/swriter/ui/mailmerge.ui b/sw/uiconfig/swriter/ui/mailmerge.ui
index 9ce2cbf0d3c8..05fce81e1121 100644
--- a/sw/uiconfig/swriter/ui/mailmerge.ui
+++ b/sw/uiconfig/swriter/ui/mailmerge.ui
@@ -694,7 +694,7 @@
</packing>
</child>
<child>
- <object class="GtkRadioButton" id="idividualdocuments">
+ <object class="GtkRadioButton" id="individualdocuments">
<property name="label" translatable="yes">Sa_ve as individual documents</property>
<property name="use_action_appearance">False</property>
<property name="visible">True</property>