X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=a78bbfc4dc71b0b711b33c372759149c1a880c46;hp=b361b22a0078bcc9b49b42116c96846aa49b5b2b;hb=e05a4f6ac4c3e6d0e8a88ad31ec8516440cdd2b3;hpb=194e800bc6c16d787fff48410a4ef71928efe8fb diff --git a/sface/mainwindow.py b/sface/mainwindow.py index b361b22..a78bbfc 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -110,7 +110,7 @@ class Status(QLabel): creation_time = os.stat(rspec_file).st_ctime last_update = time.ctime(creation_time) - self.set("Slice data last updated on %s" % last_update, timeout=None) + self.set("Slice data last refreshed on %s" % last_update, timeout=None) def reset(self): self.setText("")