From ecf1777210dab8dae56bc895949ab0cd479044ca Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@monsoon.(none)>
Date: Tue, 16 Oct 2012 23:35:23 -0400
Subject: [PATCH] fixed icon tooltip text

---
 src/pd.tk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pd.tk b/src/pd.tk
index dce2f69b6..9abb84377 100644
--- a/src/pd.tk
+++ b/src/pd.tk
@@ -2430,8 +2430,8 @@ proc pdtk_canvas_new {name width height geometry editable} {
 		match_linux_wm [list button $name.k12frame.instr.b_instr_sustained2 -image i.instr_sustained2 \
 			-command [concat put_K12_objects $name instr_sustained2]]
 		pack $name.k12frame.instr.b_instr_short1 $name.k12frame.instr.b_instr_short2 $name.k12frame.instr.b_instr_sustained1 $name.k12frame.instr.b_instr_sustained2 -side left -expand 0 -padx 1 -pady 1
-		setTooltip $name.k12frame.instr.b_instr_short1 "Short Sound 1: Use this to produce short sounds like a single snare drum beat"
-		setTooltip $name.k12frame.instr.b_instr_short2 "Short Sound 2: Use this to produce short sounds like a single bass drum beat"
+		setTooltip $name.k12frame.instr.b_instr_short1 "Short Sound 1: Use this to produce short sounds like a single bass drum hit"
+		setTooltip $name.k12frame.instr.b_instr_short2 "Short Sound 2: Use this to produce short sounds like a single snare drum hit"
 		setTooltip $name.k12frame.instr.b_instr_sustained1 "Sustained Sound 1: Use this to produce long sustained sound like a sound of a woodwind instrument"
 		setTooltip $name.k12frame.instr.b_instr_sustained2 "Sustained Sound 2: Use this to produce long sustained sound like a sound of brass instrument"
 
-- 
GitLab