I think what you need is this:

form = SQLFORM(....,submit_button=T('click me! me! me!'))

or

crud.messages.submit_button = 'click me to proceed'
form=crud.create(....)

On 30 Giu, 11:04, Giuseppe Luca Scrofani <glsdes...@gmail.com> wrote:
> Hi where I have to look to change the default "submit" string of
> generic submit button in something else? I'm not interested in
> localizing the application (it have to remain english) but if it is
> the only way, how I can do this? Creating a "en" locales?

Reply via email to