evolution r36957 - in branches/gnome-2-24/addressbook: . gui/component
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36957 - in branches/gnome-2-24/addressbook: . gui/component
- Date: Thu, 1 Jan 2009 21:22:58 +0000 (UTC)
Author: mbarnes
Date: Thu Jan 1 21:22:58 2009
New Revision: 36957
URL: http://svn.gnome.org/viewvc/evolution?rev=36957&view=rev
Log:
2009-01-01 Matthew Barnes <mbarnes redhat com>
* ui/component/addressbook-config.c (eabc_general_offline):
Use the correct macro when marking strings for translation.
Modified:
branches/gnome-2-24/addressbook/ChangeLog
branches/gnome-2-24/addressbook/gui/component/addressbook-config.c
Modified: branches/gnome-2-24/addressbook/gui/component/addressbook-config.c
==============================================================================
--- branches/gnome-2-24/addressbook/gui/component/addressbook-config.c (original)
+++ branches/gnome-2-24/addressbook/gui/component/addressbook-config.c Thu Jan 1 21:22:58 2009
@@ -632,7 +632,7 @@
if (old)
return old;
else {
- offline_setting = gtk_check_button_new_with_mnemonic (N_("Copy _book content locally for offline operation"));
+ offline_setting = gtk_check_button_new_with_mnemonic (_("Copy _book content locally for offline operation"));
gtk_widget_show (offline_setting);
gtk_container_add (GTK_CONTAINER (parent), offline_setting);
g_signal_connect (offline_setting, "toggled", G_CALLBACK (offline_status_changed_cb), sdialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]