diff --git a/src/gui/bubble-bar.vala b/src/gui/bubble-bar.vala index 711ea9f..0bdba35 100644 --- a/src/gui/bubble-bar.vala +++ b/src/gui/bubble-bar.vala @@ -42,7 +42,7 @@ class TheCatTools.GUI.BoubleBar : Adw.Bin, Gtk.Orientable { set_state_flags (Gtk.StateFlags.CHECKED, false); } else set_state_flags (Gtk.StateFlags.CHECKED, true); - message ("Notify %b", CHECKED in get_state_flags ()); + message ("Notify %s", CHECKED in get_state_flags () ? "Inbounds" : "Outbounds"); }); }