jamarsa wrote:I think you should go for the sources of the kde i18n files, find what one is including these standard actions (kdelibs.po, maybe?), recompile and install it. But the drawback is that you get all the 'Home' entries all over KDE applications translated to the new 'meaning'... Another way could be to change the kdeapp.cpp to create a KAction instead of a KStdAction. Christophe has the last word in this, of course.
Well, the first one is no option of course, as the meaning of "home" in celestia is VERY special (go to our sun) and should not override the standard action for every kde app. You can't tell any user that wants translated celestia to mess with his standard messages anyway.
The second way, to create a KAction, was my proposal too, but I don't know if there might be other reasons for using KStdAction other than that these are predefined. Lets see what Christophe thinks about that.
steffens