ekiga r6142 - in trunk: . src/gui



Author: mschneid
Date: Mon Apr  7 19:16:07 2008
New Revision: 6142
URL: http://svn.gnome.org/viewvc/ekiga?rev=6142&view=rev

Log:
Fix typo.


Modified:
   trunk/ChangeLog
   trunk/src/gui/main.cpp

Modified: trunk/src/gui/main.cpp
==============================================================================
--- trunk/src/gui/main.cpp	(original)
+++ trunk/src/gui/main.cpp	Mon Apr  7 19:16:07 2008
@@ -1123,7 +1123,7 @@
   gchar *tmp_msg = NULL;
 
   dialog_title =
-  g_strdup_printf (_("Error while opening video device %s"),
+  g_strdup_printf (_("Error while opening audio input device %s"),
                    (const char *) audioinput_device.device.c_str());
 
   tmp_msg = g_strdup (_("Only silence will be transmitted."));
@@ -1198,7 +1198,7 @@
   gchar *tmp_msg = NULL;
 
   dialog_title =
-  g_strdup_printf (_("Error while opening video device %s"),
+  g_strdup_printf (_("Error while opening audio output device %s"),
                    (const char *) audiooutput_device.device.c_str());
 
   tmp_msg = g_strdup (_("No incoming sound will be played."));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]