https://bugs.documentfoundation.org/show_bug.cgi?id=112279
--- Comment #14 from ady <[email protected]> --- (In reply to BogdanB from comment #13) > I like "3. Use only underscores, digits and letters. Do not start with > digit." but with numbers instead of digits: "3. Use only underscores, > numbers and letters. Do not start with numbers." "Digit" is shorter than "number", and plural is not needed (nor wanted) at the end of that sentence. That's why :). I don't know what's the acceptable length for the (English) message. The point about cell addresses is also relevant. Is that part handled by some other message? If it isn't, and if the length is not a problem for alternative 1, I would go with it: Use only underscores, digits and letters. Do not start with digit. Cell address not allowed. If the cell address point is not handled by some other message and the length is a problem for alternative 1, then alternative 7: Use only "_", [1-9] and letters. Do not start with digit. Cell address not allowed. or: Use only "_", 1...9 and letters. Do not start with digit. Cell address not allowed. It all depends on the restrictions, which I don't know. -- You are receiving this mail because: You are the assignee for the bug.
