From f118c0af82adf7d220d014f5fc117a531e8a28b4 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Mon, 25 Jan 2016 20:53:53 -0500
Subject: [PATCH] remove some unfortunate language (sorry)

---
 pd/nw/dialog_prefs.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/nw/dialog_prefs.html b/pd/nw/dialog_prefs.html
index 04bfb54a9..a77364861 100644
--- a/pd/nw/dialog_prefs.html
+++ b/pd/nw/dialog_prefs.html
@@ -346,7 +346,7 @@ function kludge_chans(type, attrs, index) {
 
 function apply() {
     var attrs = pd_audio_attrs;
-    pdgui.post("we're applying shits!");
+    pdgui.post("applying preferences");
 
     // Audio dialog
     pdgui.pdsend(
-- 
GitLab