/**
* The Diff module provides an action, that is enabled when two files are selected in the IDE. It is based on an external diff utility, that is executed to obtain the differences, which are then shown to the user graphically.
*
*/
public static Localizable _OpenIDE_Module_Long_Description() {
return new Localizable(holder, "OpenIDE-Module-Long-Description");
}