Changed string in libbonobo
- From: "R.I.P. Deaddog" <deaddog deaddog org>
- To: gnome-i18n gnome org, Michael Meeks <michael ximian com>
- Subject: Changed string in libbonobo
- Date: Wed, 1 Jan 2003 01:37:12 +0800
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]