[beast: 8/16] BST: small coment fixup



commit 11144b8a8006e401401426aa9e05f68bb8e46324
Author: Tim Janik <timj gnu org>
Date:   Wed Sep 6 18:19:25 2017 +0200

    BST: small coment fixup
    
    Signed-off-by: Tim Janik <timj gnu org>

 beast-gtk/bstparam-automation.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/beast-gtk/bstparam-automation.cc b/beast-gtk/bstparam-automation.cc
index 8b22923..54b81e7 100644
--- a/beast-gtk/bstparam-automation.cc
+++ b/beast-gtk/bstparam-automation.cc
@@ -211,7 +211,7 @@ param_automation_update (GxkParam  *param,
           content = g_strdup_format ("%u:%s%02d", midi_channel, prefix, control_type);
           if (cv)
             {
-              /* TRANSLATORS: %s is substituted with a property name, %s is substituted with midi control 
type */
+              /* TRANSLATORS: %s is substituted with a property name, %d is substituted with midi control 
type */
               tip = g_strdup_format (_("%s: automation from MIDI control: %s (MIDI channel: %d)"),
                                      g_param_spec_get_nick (param->pspec),
                                      cv->choice_label ? cv->choice_label : cv->choice_ident,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]