Marking two strings for translation that were accidentally not marked.
2006-07-12 Andre Klapper <a9016009@gmx.de> * bbdb.c: Marking two strings for translation that were accidentally not marked. Fixes bug #347312. svn path=/trunk/; revision=32296
This commit is contained in:
committed by
Andre Klapper
parent
e689915e2f
commit
592f87c4eb
@ -1,3 +1,8 @@
|
||||
2006-07-12 Andre Klapper <a9016009@gmx.de>
|
||||
|
||||
* bbdb.c: Marking two strings for translation that were accidentally
|
||||
not marked. Fixes bug #347312.
|
||||
|
||||
2006-02-14 Andre Klapper <a9016009@gmx.de>
|
||||
|
||||
* bbdb.c (bbdb_page_factory): Another typo fix from gfree to g_free.
|
||||
|
||||
@ -457,7 +457,7 @@ bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data)
|
||||
gtk_box_pack_start (GTK_BOX (inner_vbox), check, FALSE, FALSE, 0);
|
||||
stuff->check = check;
|
||||
|
||||
label = gtk_label_new ("Select Address book for Automatic Contacts");
|
||||
label = gtk_label_new (_("Select Address book for Automatic Contacts"));
|
||||
gtk_box_pack_start (GTK_BOX (inner_vbox), label, FALSE, FALSE, 0);
|
||||
|
||||
/* Source selection option menu */
|
||||
@ -493,7 +493,7 @@ bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data)
|
||||
gtk_box_pack_start (GTK_BOX (inner_vbox), check_gaim, FALSE, FALSE, 0);
|
||||
stuff->check_gaim = check_gaim;
|
||||
|
||||
gaim_label = gtk_label_new ("Select Address book for Gaim buddy list");
|
||||
gaim_label = gtk_label_new (_("Select Address book for Gaim buddy list"));
|
||||
gtk_box_pack_start (GTK_BOX (inner_vbox), gaim_label, FALSE, FALSE, 0);
|
||||
|
||||
/* Gaim Source Selection Option Menu */
|
||||
|
||||
Reference in New Issue
Block a user