On the bouncer report form.
String "Filter by context" is not translatable. I tried to put it in t() function and it's OK now:
'#title' => t('Filter by context'),
There are two timezone labels. One is translatable (I think it's in '#title' => t('Time zone')) and the other is not (it's displayed as "Timezone:", maybe it's related to Date module).
"Year:", "Month:" and "Day:" are not translatable (maybe they are related to Date module too).
Comments
Comment #1
dpopov commentedYes, it's Date module, upgrading to Date 6.x-2.2 solves this. So the only thing left is that there are two timezone labels.
Comment #2
summit commentedSubscribing, greetings, Martijn