810 names = [os.path.join(projectPath, itm.text()) |
810 names = [os.path.join(projectPath, itm.text()) |
811 for itm in self.__getMissingItems()] |
811 for itm in self.__getMissingItems()] |
812 if not names: |
812 if not names: |
813 EricMessageBox.information( |
813 EricMessageBox.information( |
814 self, |
814 self, |
815 self.tr("Revert Missing"), |
815 self.tr("Restore Missing"), |
816 self.tr("""There are no missing entries""" |
816 self.tr("""There are no missing entries""" |
817 """ available/selected.""")) |
817 """ available/selected.""")) |
818 return |
818 return |
819 |
819 |
820 vcs = self.__project.getVcs() |
820 vcs = self.__project.getVcs() |