From 919f4dd2d62d3daee5bdfa9ca9840f1ca1b4e627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Wed, 22 Feb 2017 16:19:37 +0100 Subject: [PATCH] Cosmetics --- pylot/core/util/widgets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index f4015466..d78f0f10 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -272,12 +272,12 @@ class ComparisonDialog(QDialog): x0 = UTCDateTime(x0) # set annotation text - mannotation = "probability density for manual pick\n" \ + mannotation = "probability density of manual pick\n" \ "expectation: {exp} s\n" \ "std: {std} s".format(std=stdmanu, exp=expmanu-x0.timestamp) - aannotation = "probability density for automatic pick\n" \ + aannotation = "probability density of automatic pick\n" \ "expectation: {exp} s\n" \ "std: {std} s".format(std=stdauto, exp=expauto-x0.timestamp)