Fixed empty string being marked for translation.

svn path=/trunk/; revision=28542
This commit is contained in:
Sushma Rai
2005-01-25 04:46:58 +00:00
parent 4fd7d8f14a
commit ec7f3aa586
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
2005-01-25 Sushma Rai <rsushma@novell.com>
* exchange-account-setup.c (create_page): Fixed empty
string being marked for translation problem. #71644
2005-01-23 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Added plugins
for handling hiding auth type section in druid.
* exchange-account-setup.c (add_owa_entry_to_editor): Changed the
button label to "Authenticate" from OK
* exchange-ask-password.c (add_owa_entry): Changed the button label
to Authenticate.
(org_gnome_exchange_handle_auth): Hiding Auth section in receive page.
(org_gnome_exchange_handle_send_auth_option): Hiding the Auth section
in send page
2005-01-22 Sushma Rai <rsushma@novell.com>
* org-gnome-exchange-account-setup.eplug.in: Added

View File

@ -116,7 +116,7 @@ create_page ()
gtk_table_attach (GTK_TABLE (oof_table), radiobutton_inoff, 1, 2, 0, 1,
GTK_FILL, GTK_FILL, 0, 0);
label_empty = gtk_label_new (_(""));
label_empty = gtk_label_new ("");
gtk_label_set_justify (GTK_LABEL (label_empty), GTK_JUSTIFY_LEFT);
gtk_misc_set_alignment (GTK_MISC (label_empty), 0, 0.5);
gtk_misc_set_padding (GTK_MISC (label_empty), 0, 0);