summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/channel-record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/channel-record.c b/src/channel-record.c
index d07d84e..e581aed 100644
--- a/src/channel-record.c
+++ b/src/channel-record.c
@@ -200,8 +200,8 @@ static void spice_record_channel_class_init(SpiceRecordChannelClass *klass)
g_object_class_install_property
(gobject_class, PROP_VOLUME,
g_param_spec_pointer("volume",
- "Playback volume",
- "",
+ "Record volume",
+ "Record volume",
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));