소스 검색

small fix

Mauro de Lyon 10 년 전
부모
커밋
cb2da8278d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)