summaryrefslogtreecommitdiffstats
path: root/src/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.c')
-rw-r--r--src/port.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port.c b/src/port.c
index 63efd2e..7a80e54 100644
--- a/src/port.c
+++ b/src/port.c
@@ -229,8 +229,8 @@ ganv_port_class_init(GanvPortClass* class)
g_object_class_install_property(
gobject_class, PROP_IS_INPUT, g_param_spec_boolean(
"is-input",
- _("is input"),
- _("whether this port is an input (or an output, if false)"),
+ _("Is input"),
+ _("Whether this port is an input, rather than an output."),
0,
G_PARAM_READWRITE));