diff --git a/dstat-interface/interface/dpv.glade b/dstat-interface/interface/dpv.glade
index 0716c176ff3d74120c2b7c949b6ac606466a9804..e13b41d2659b6db07b81fd40db8ea725f40ee45f 100644
--- a/dstat-interface/interface/dpv.glade
+++ b/dstat-interface/interface/dpv.glade
@@ -464,9 +464,10 @@
                   <object class="GtkLabel" id="label13">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">Note: The ADC converts continuously during DPV measurements and has priority over DAC changes. ADC sample rate should be significantly larger than DPV frequency for accurate timing.</property>
-                    <property name="justify">center</property>
+                    <property name="label" translatable="yes">Note: ADC samples 1/(ADC Frequency) before end of pulse. 1/(ADC frequency) should be significantly shorter than pulse period to reduce capacitive current.</property>
                     <property name="wrap">True</property>
+                    <property name="wrap_mode">word-char</property>
+                    <property name="width_chars">43</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>
diff --git a/dstat-interface/interface/dstatinterface.glade b/dstat-interface/interface/dstatinterface.glade
index 9c2346ce6ac8902ef33239b6b5ae32440ff8c168..8a43fb82c14bf3f86517d42992cf2beeb1310d82 100644
--- a/dstat-interface/interface/dstatinterface.glade
+++ b/dstat-interface/interface/dstatinterface.glade
@@ -63,7 +63,7 @@
     <property name="version">1.0</property>
     <property name="copyright" translatable="yes">© Michael Dryden 2014</property>
     <property name="comments" translatable="yes">This software is licensed under the GNU GPL v3</property>
-    <property name="website">http://microfluidics.utoronto.ca</property>
+    <property name="website">http://microfluidics.utoronto.ca/dstat</property>
     <property name="license" translatable="yes">                    GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
diff --git a/dstat-interface/interface/swv.glade b/dstat-interface/interface/swv.glade
index 2f89f66d5cd4a35c2e85d26e0d67b7534c7d4111..62659c118e5f0fb1dd1d1e55d335cec7ba6946c8 100644
--- a/dstat-interface/interface/swv.glade
+++ b/dstat-interface/interface/swv.glade
@@ -492,9 +492,10 @@
                   <object class="GtkLabel" id="label13">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">Note: The ADC converts continuously during SWV measurements and has priority over DAC changes. ADC sample rate should be significantly larger than SWV frequency for accurate timing.</property>
-                    <property name="justify">center</property>
+                    <property name="label" translatable="yes">Note: ADC samples 1/(ADC Frequency) before end of pulse. ADC frequency should be significantly larger than SWV frequency to reduce capacitive current.</property>
                     <property name="wrap">True</property>
+                    <property name="wrap_mode">word-char</property>
+                    <property name="width_chars">43</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>
diff --git a/dstat-interface/main.py b/dstat-interface/main.py
index 1cf58fde28c9942d6886c47b8ed0f2b27a828e0f..d01219ede50305fb90ef2e57adb65b75dfde5e5a 100644
--- a/dstat-interface/main.py
+++ b/dstat-interface/main.py
@@ -113,7 +113,7 @@ class Main(object):
         self.spinner = self.builder.get_object('spinner')
 
         self.mainwindow = self.builder.get_object('window1')
-        self.mainwindow.set_title("Dstat Interface 0.1")
+        self.mainwindow.set_title("Dstat Interface 1.0")
         self.mainwindow.show_all()
         
         self.on_expcombobox_changed()