summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-22 18:43:52 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-22 19:11:17 +0200
commit8b2e60c51a6abc6da6ea800165a9c357a79723da (patch)
tree3ebe3694f132b382f9508b7cd644aa281fafb9f1
parent4951544431e66b888847fe2d79ee12b91248237a (diff)
docs: Fix doc for record channel
-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 62de345..a44c860 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));