popup.setWhatsThis(idAddSubproject,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to a currently selected subproject. "
"This action is allowed only if a type of the subproject is 'subdirectories'. The type of the subproject can be "
"defined in <b>Subproject Settings</b> dialog (open it from the subproject context menu)."));
popup.setWhatsThis(idAddSubproject,i18n("<b>Add subproject</b><p>Creates a <i>new</i> or adds an <i>existing</i> subproject to the currently selected scope. "
"This action is allowed only if the type of the subproject is 'subdirectories'. The type of the subproject can be "
"defined in the <b>Subproject Settings</b> dialog (open it from the subproject context menu)."));
popup.setWhatsThis(idSetInstObjPath,i18n("<b>Install path</b><p>Allows to choose the installation path for the current install object."));
idInsNewFilepatternItem=popup.insertItem(SmallIconSet("fileopen"),i18n("Add Pattern of Files to Install..."));
idInsNewFilepatternItem=popup.insertItem(SmallIconSet("document-open"),i18n("Add Pattern of Files to Install..."));
popup.setWhatsThis(idInsNewFilepatternItem,i18n("<b>Add pattern of files to install</b><p>Defines the pattern to match files which will be installed. "
"It is possible to use wildcards and relative paths like <i>docs/*</i>."));
popup.setWhatsThis(idRemoveFile,i18n("<b>Remove install object</b><p>Removes the install object the current group."));
}
elseif(titem->groupType==GroupItem::Translations)
{
idInsNewFile=popup.insertItem(SmallIconSet("filenew"),i18n("Create New File..."));
idInsNewFile=popup.insertItem(SmallIconSet("document-new"),i18n("Create New File..."));
popup.setWhatsThis(idInsNewFile,i18n("<b>Create new file</b><p>Creates a new translation file and adds it to a currently selected TRANSLATIONS group."));
popup.setWhatsThis(idInsExistingFile,i18n("<b>Add existing files</b><p>Adds existing translation (*.ts) files to a currently selected TRANSLATIONS group. It is "
"possible to copy files to a current subproject directory, create symbolic links or "
popup.setWhatsThis(idRemoveFile,i18n("<b>Remove file</b><p>Removes file from a current group. For sources, this also removes the subclassing information."));