diff -r edde1fe80b3e -r 3b1f5d872fd7 UI/UserInterface.py --- a/UI/UserInterface.py Sat Jan 02 18:19:35 2010 +0000 +++ b/UI/UserInterface.py Sat Jan 02 18:52:53 2010 +0000 @@ -5353,7 +5353,7 @@ else: if self.manualUpdatesCheck: QMessageBox.information(None, - self.trUtf8("Eric4 is up to date"), + self.trUtf8("Eric5 is up to date"), self.trUtf8("""You are using the latest version of eric5""")) else: # check release version @@ -5371,7 +5371,7 @@ else: if self.manualUpdatesCheck: QMessageBox.information(None, - self.trUtf8("Eric4 is up to date"), + self.trUtf8("Eric5 is up to date"), self.trUtf8("""You are using the latest version of eric5""")) except IndexError: QMessageBox.warning(None,