From 3e6fc02251ac3e4d41af69264790256aebfd7379 Mon Sep 17 00:00:00 2001 From: Fly Man Date: Wed, 8 Aug 2018 18:48:05 +0200 Subject: [PATCH] Update MainForm.cs Spelling cleaning * Cleaning some of the spelling errors --- Radegast/GUI/Dialogs/MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Radegast/GUI/Dialogs/MainForm.cs b/Radegast/GUI/Dialogs/MainForm.cs index 44f3a73b..fe84a16f 100644 --- a/Radegast/GUI/Dialogs/MainForm.cs +++ b/Radegast/GUI/Dialogs/MainForm.cs @@ -1497,7 +1497,7 @@ private void frmMain_Resize(object sender, EventArgs e) } ShowInTaskbar = false; trayIcon.Visible = true; - trayIcon.BalloonTipText = "Radegast is runnig in the background"; + trayIcon.BalloonTipText = "Radegast is running in the background"; trayIcon.ShowBalloonTip(2000); } } @@ -1728,4 +1728,4 @@ private void uploadmeshToolStripMenuItem_Click(object sender, EventArgs e) } } -} \ No newline at end of file +}