[evolution-patches] [UI - Search dialog] Fix for #246256
- From: "Veerapuram Varadhan" <vvaradhan novell com>
- To: <evolution-patches gnome org>
- Subject: [evolution-patches] [UI - Search dialog] Fix for #246256
- Date: Mon, 19 Dec 2005 12:12:01 -0700
Hi,
Attached patch fixes Bug #246256. Its a very minor string change.
Let me know your comments.
Thanks,
V. Varadhan
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3747
diff -u -p -r1.3747 ChangeLog
--- mail/ChangeLog 19 Dec 2005 08:11:24 -0000 1.3747
+++ mail/ChangeLog 19 Dec 2005 19:08:53 -0000
@@ -1,3 +1,8 @@
+2005-12-19 Veerapuram Varadhan <vvaradhan novell com>
+
+ Fixes #246256
+ * mail-dialogs.glade: Change "Case _Sensitive" to "Case _sensitive".
+
2005-12-18 Tor Lillqvist <tml novell com>
* Makefile.am: Use THREADS_CFLAGS and _LIBS. Don't need CAMEL_LIBS.
Index: mail/mail-dialogs.glade
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-dialogs.glade,v
retrieving revision 1.5
diff -u -p -r1.5 mail-dialogs.glade
--- mail/mail-dialogs.glade 7 Aug 2005 21:18:18 -0000 1.5
+++ mail/mail-dialogs.glade 19 Dec 2005 19:08:53 -0000
@@ -160,7 +160,7 @@
<widget class="GtkCheckButton" id="search_case_check">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Case _Sensitive</property>
+ <property name="label" translatable="yes">Case _sensitive</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]