Changed string in libbonobo



Just heads up for fixing typo in libbonobo I committed; am I doing
anything wrong in the attached patch?

-- 
Abel Cheung
GPG Key: (0xC67186FF) http://deaddog.org/gpg.asc
Index: libbonobo/monikers/bonobo-moniker-oaf.c
===================================================================
RCS file: /cvs/gnome/libbonobo/monikers/bonobo-moniker-oaf.c,v
retrieving revision 1.11
diff -u -r1.11 bonobo-moniker-oaf.c
--- libbonobo/monikers/bonobo-moniker-oaf.c	22 Nov 2002 16:00:55 -0000	1.11
+++ libbonobo/monikers/bonobo-moniker-oaf.c	31 Dec 2002 17:19:54 -0000
@@ -48,7 +48,7 @@
 				CORBA_exception_free (ev);
 
 				bonobo_exception_general_error_set (
-					ev, NULL, _("Exception activating '%s"),
+					ev, NULL, _("Exception activating '%s'"),
 					bonobo_moniker_get_name_full (moniker));
 			}
 		}
@@ -57,7 +57,7 @@
 	} else if (object == CORBA_OBJECT_NIL) {
 
 		bonobo_exception_general_error_set (
-			ev, NULL, _("Failed to activate '%s"),
+			ev, NULL, _("Failed to activate '%s'"),
 			bonobo_moniker_get_name_full (moniker));
 
 		return CORBA_OBJECT_NIL;

PGP signature



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