po file generation from xrc file

Hi!

I have xrc file with menubar. Each menu item have a help string.
I try generate po file by following command:
xgettext --from-code utf-8 -j -L Glade -o app.pot app.xrc
but the help labels not appends to this pot file.

Thanks.