eric7/VCS/StatusWidget.py

branch
eric7
changeset 8651
ce4c3c401482
parent 8629
1b58dc890b87
child 8670
12e7fbf2445a
equal deleted inserted replaced
8650:100726f55a9a 8651:ce4c3c401482
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()

eric ide

mercurial