From bcf0e75db1323c7695dd9ddd7f50aee09999a146 Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Fri, 22 Mar 2024 20:34:01 +0100 Subject: [PATCH] small update --- src/gui/VerifyInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/VerifyInfo.java b/src/gui/VerifyInfo.java index 0dbd2a6..1547af5 100644 --- a/src/gui/VerifyInfo.java +++ b/src/gui/VerifyInfo.java @@ -31,7 +31,7 @@ public class VerifyInfo { private VerifyInfo() { frame = new JFrame("Mehr Infos"); ytthumbnail = new JLabel(); - playsong = new Button("Song abspielen"); + playsong = new Button("Songpreview abspielen"); playsong.setBounds(90, 200, 200 ,30);