From 3c037e55c2997437391494f88718cc62e34e543d Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 1 May 2016 18:02:43 -0400
Subject: [PATCH] improve translations

---
 pd/nw/locales/en/translation.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/locales/en/translation.json b/pd/nw/locales/en/translation.json
index be194b0bb..d7ec942b5 100644
--- a/pd/nw/locales/en/translation.json
+++ b/pd/nw/locales/en/translation.json
@@ -369,9 +369,9 @@
       "api": "midi api",
       "api_tt": "midi backend or server used to communicate with midi devices",
       "alsa_in_ports": "input ports",
-      "alsa_in_ports_tt": "number of input ports for Pd",
+      "alsa_in_ports_tt": "maximum number of incoming midi port connections",
       "alsa_out_ports": "output ports",
-      "alsa_out_ports_tt": "number of output ports for Pd",
+      "alsa_out_ports_tt": "maximum number of outgoing midi ports from Pd",
       "input_title": "Input Devices",
       "input_title_tt": "hardware devices used to get midi data into Pd",
       "output_title": "Output Devices",
-- 
GitLab