[evolution-patches] Patch for bug #61966 (again)
- From: Iván Frade <frade asturlinux org>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Patch for bug #61966 (again)
- Date: Tue, 21 Sep 2004 20:23:40 +0200
Hello,
That's my first patch again (second try).
Thanks,
Iván Frade.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/ChangeLog,v
retrieving revision 1.1822.2.4
diff -u -p -r1.1822.2.4 ChangeLog
--- ChangeLog 16 Sep 2004 14:45:53 -0000 1.1822.2.4
+++ ChangeLog 21 Sep 2004 21:14:07 -0000
@@ -1,3 +1,12 @@
+2004-09-21 Iván Frade <frade asturlinux org>
+
+ Fixes #61966
+
+ * addressbook/addressbook-errors.xml.h
+ * addressboot/addressbook-errors.xml
+ Rewrited string to better wording, according with bug suggest, in
+ original and generated files.
+
2004-09-13 Rodney Dawes <dobey novell com>
* gui/contact-editor/e-contact-editor.c (show_help_cb):
Index: addressbook-errors.xml
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/addressbook-errors.xml,v
retrieving revision 1.2
diff -u -p -r1.2 addressbook-errors.xml
--- addressbook-errors.xml 19 Aug 2004 20:33:10 -0000 1.2
+++ addressbook-errors.xml 21 Sep 2004 21:14:08 -0000
@@ -3,7 +3,7 @@
<error id="ldap-init" type="error" modal="true">
<primary>This addressbook could not be opened.</primary>
- <secondary>This addressbook server might unreachable or the server name may be misspelled or your network connection could be down.</secondary>
+ <secondary>This addressbook server might be unreachable, the server name may be misspelled or your network connection could be down.</secondary>
</error>
<error id="ldap-auth" type="error" modal="true">
Index: addressbook-errors.xml.h
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/addressbook-errors.xml.h,v
retrieving revision 1.2
diff -u -p -r1.2 addressbook-errors.xml.h
--- addressbook-errors.xml.h 25 Aug 2004 10:56:21 -0000 1.2
+++ addressbook-errors.xml.h 21 Sep 2004 21:14:08 -0000
@@ -1,7 +1,7 @@
/* addressbook:ldap-init primary */
char *s = N_("This addressbook could not be opened.");
/* addressbook:ldap-init secondary */
-char *s = N_("This addressbook server might unreachable or the server name may be misspelled or your network connection could be down.");
+char *s = N_("This addressbook server might be unreachable, the server name may be misspelled or your network connection could be down.");
/* addressbook:ldap-auth primary */
char *s = N_("Failed to authenticate with LDAP server.");
/* addressbook:ldap-auth secondary */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]