Correction of string in pootle

Hi all

String eakFE in pootle says:

<input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No match")</input> returns "January" when A3=1, February when A3=2 , etc...

But the function need a date in A3 instead of a number.
So in my opinion the string should be:

<input>=SWITCH(MONTH(A3),1,"January",2,"February",3,"March","No match")</input> returns "January" when A3 contains a date in January, "February" when A3 contains a date in February , etc...

Kind regards,
Kees

Hi Kees

Thanks for the clarification. I fixed in Master

https://gerrit.libreoffice.org/#/c/75499/

Kind regards