To make the default option -- Select -- translatable it needs to be wrapped by the t() function as follows:

$options = array( '' => t('-- Select --'));

That's in quickmenu.module, line 37.
Would be nice to have this included in the next version.

CommentFileSizeAuthor
#1 quickmenu_module_tranlsate.patch733 bytesiamjon

Comments

iamjon’s picture

StatusFileSize
new733 bytes

I made a little patch for this, I hope I did it properly.

dawehner’s picture

Status: Active » Reviewed & tested by the community

Patch looks fine

osopolar’s picture

Issue summary: View changes

Works Fine for me too.