libpurple/mediamanager.c

changeset 37889
ff1c58f6500e
parent 37887
2051b23e562b
child 37897
b5b905b7d4e5
child 37911
4a3d2c5fc856
--- a/libpurple/mediamanager.c	Thu Jun 23 12:27:37 2016 +0200
+++ b/libpurple/mediamanager.c	Mon Jul 04 23:27:20 2016 +0200
@@ -2315,9 +2315,9 @@
 		g_object_new(PURPLE_TYPE_MEDIA_ELEMENT_INFO,
 			"id", "audiotestsrc",
 			/* Translators: This is a noun that refers to one
-			 * possible audio input device. The user can employ the
-			 * device to sanity check basic audio functionality
-			 * within the libpurple client. */
+			 * possible audio input device. The device can help the
+			 * user to check if her speakers or headphones have been
+			 * set up correctly for voice calling. */
 			"name", N_("Test Sound"),
 			"type", PURPLE_MEDIA_ELEMENT_AUDIO
 				| PURPLE_MEDIA_ELEMENT_SRC
@@ -2339,9 +2339,10 @@
 		g_object_new(PURPLE_TYPE_MEDIA_ELEMENT_INFO,
 			"id", "videotestsrc",
 			/* Translators: This is a noun that refers to one
-			 * possible video input device. The user can employ the
-			 * device to sanity check basic video functionality
-			 * within the libpurple client. */
+			 * possible video input device. The device produces
+			 * a test "monoscope" image that can help the user check
+			 * the video output has been set up correctly without
+			 * needing a webcam connected to the computer. */
 			"name", N_("Test Pattern"),
 			"type", PURPLE_MEDIA_ELEMENT_VIDEO
 				| PURPLE_MEDIA_ELEMENT_SRC

mercurial