diff --git a/exotic/exotic_gui.py b/exotic/exotic_gui.py index 77587aad..d24f1fad 100644 --- a/exotic/exotic_gui.py +++ b/exotic/exotic_gui.py @@ -365,7 +365,7 @@ def main(): i += 1 # # # "Camera Type (CCD or DSLR)": "CCD", - cameratype_label = tk.Label(root, text="Camera Type (e.g. CCD or DSLR)", justify=tk.LEFT) + cameratype_label = tk.Label(root, text='Camera Type (e.g., CCD or DSLR; \n Note: if you are using a CMOS, please enter CCD here and \n then note your actual camera type under "Observing Notes" below)', justify=tk.LEFT) cameratype_entry = tk.Entry(root, font="Helvetica 12", justify=tk.LEFT) cameratype_label.grid(row=i, column=j, sticky=tk.W, pady=2) cameratype_entry.grid(row=i, column=j + 1, sticky=tk.W, pady=2) diff --git a/exotic/version.py b/exotic/version.py index 56f6de79..5becc17c 100644 --- a/exotic/version.py +++ b/exotic/version.py @@ -1 +1 @@ -__version__ = "0.47.2" +__version__ = "1.0.0"