Mauro de Lyon %!s(int64=10) %!d(string=hai) anos
pai
achega
cb2da8278d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Proftaak Remote Healthcare/FietsClientV2/PatientForm.cs

+ 2 - 2
Proftaak Remote Healthcare/FietsClientV2/PatientForm.cs

@@ -67,9 +67,9 @@ namespace FietsClientV2
             {
                 if (isNumericS)
                     patienModel.setTimeMode(minutes + ":" + seconds);
-                else MessageBox.Show("Seconds is not a valid number.");
+                else MessageBox.Show("Minutes is not a valid number.");
             }
-            else MessageBox.Show("Minutes is not a valid number.");
+            else MessageBox.Show("Seconds is not a valid number.");
         }
 
         private void stopTrainingToolStripMenuItem_Click(object sender, EventArgs e)