Someone
public text v1 · immutablePackage: kdelibs
File: khtml_ext.cpp
Edit line 641:
FROM:
KAction *action = new KAction( i18n( "Save Image As..." ), this );
TO:
KAction *action = new KAction( i18n( "Save &Image As..." ), this );
The difference is the accelerator letter.