From dd6c80e4336d4c30e733f126f968b8fb7152851c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 15 Aug 2018 14:18:38 +0200 Subject: Fix typo: s/an other/another/g MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifd83affcb16209f4134c725640fbd95077c8ab0f Reviewed-on: https://gerrit.libreoffice.org/59099 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instsetoo_native/inc_openoffice/windows') diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt index e1b061440d55..cfb8c4c7a219 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/_Validat.idt @@ -87,7 +87,7 @@ Condition Feature_ N Feature 1 Identifier Reference to a Feature entry in Fea Condition Level N 0 32767 New selection Level to set in Feature table if Condition evaluates to TRUE. Control Attributes Y 0 2147483647 A 32-bit word that specifies the attribute flags to be applied to this control. Control Control N Identifier Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. -Control Control_Next Y Control 2 Identifier The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles! +Control Control_Next Y Control 2 Identifier The name of another control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles! Control Dialog_ N Dialog 1 Identifier External key to the Dialog table, name of the dialog. Control Height N 0 32767 Height of the bounding rectangle of the control. Control Help Y Text The help strings used with the button. The text is optional. -- cgit