From: Marcel Werk Date: Mon, 2 Sep 2019 14:37:07 +0000 (+0200) Subject: Fixed typo X-Git-Tag: 5.2.0_Beta_2~76^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=539df6a0a20cd04864cf2f0ab5cc44d159590753;p=GitHub%2FWoltLab%2FWCF.git Fixed typo --- diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php index ff782ffefd..1cf2dda3c0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php @@ -93,7 +93,7 @@ class ShowOrderFormField extends SingleSelectionFormField { public function value($value) { $keys = array_keys($this->getOptions()); - // when editing an objects, the value has to be reduced by one to determine the + // when editing an object, the value has to be reduced by one to determine the // relevant sibling as the edited object is shown after its previous sibling if ($this->getDocument()->getFormMode() === IFormDocument::FORM_MODE_UPDATE) { $value--;