diff --git a/application/helpers/remotecontrol/remotecontrol_handle.php b/application/helpers/remotecontrol/remotecontrol_handle.php index 8cf3ea1f838..538bceb5faa 100644 --- a/application/helpers/remotecontrol/remotecontrol_handle.php +++ b/application/helpers/remotecontrol/remotecontrol_handle.php @@ -892,7 +892,7 @@ public function get_language_properties($sSessionKey, $iSurveyID, $aSurveyLocale * @param string $sSessionKey Auth credentials * @param integer $iSurveyID - ID of the Survey * @param array $aSurveyLocaleData - An array with the particular fieldnames as keys and their values to set on that particular survey - * @param string $sLanguage - Optional - Language to update - if not give the base language of the particular survey is used + * @param string $sLanguage - Optional - Language to update - if not given the base language of the particular survey is used * @return array in case of success 'status'=>'OK', when save successful otherwise error text. */ public function set_language_properties($sSessionKey, $iSurveyID, $aSurveyLocaleData, $sLanguage = null)