From dd42f7b8fa07362e8b3b2f6f52274341aeb7c00b Mon Sep 17 00:00:00 2001 From: Digital Data - Marlon Schreiber Date: Thu, 7 Jan 2021 12:38:37 +0100 Subject: [PATCH] MS frmMain --- app/DD_Clipboard_Searcher/frmMain.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/DD_Clipboard_Searcher/frmMain.vb b/app/DD_Clipboard_Searcher/frmMain.vb index 080ad7a..85c880b 100644 --- a/app/DD_Clipboard_Searcher/frmMain.vb +++ b/app/DD_Clipboard_Searcher/frmMain.vb @@ -369,7 +369,7 @@ Public Class frmMain Shut_Down() End Sub Sub Shut_Down() - If MsgBox("Wollen Sie das Programm beenden?", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text) = MsgBoxResult.Yes Then + If MsgBox("Wollen Sie Clipboard-Watcher wirklich beenden?", MsgBoxStyle.Question Or MsgBoxStyle.YesNo, Text) = MsgBoxResult.Yes Then Close() End If End Sub