vinagre r168 - trunk/src
- From: jwendell svn gnome org
- To: svn-commits-list gnome org
- Subject: vinagre r168 - trunk/src
- Date: Thu, 31 Jan 2008 11:57:17 +0000 (GMT)
Author: jwendell
Date: Thu Jan 31 11:57:16 2008
New Revision: 168
URL: http://svn.gnome.org/viewvc/vinagre?rev=168&view=rev
Log:
forgot the _() macro
Modified:
trunk/src/vinagre-main.c
Modified: trunk/src/vinagre-main.c
==============================================================================
--- trunk/src/vinagre-main.c (original)
+++ trunk/src/vinagre-main.c Thu Jan 31 11:57:16 2008
@@ -88,7 +88,7 @@
if (g_strcmp0 (url[0], "vnc"))
{
errors = g_slist_prepend (errors,
- g_strdup_printf ("The protocol %s is not supported.",
+ g_strdup_printf (_("The protocol %s is not supported."),
url[0]));
g_strfreev (url);
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]