[evolution-kolab] EPlugin: added missing hyphen in backend setup dialog field description string



commit ed7cadaa115d9a776ecc3dd1bc86737474cbda4f
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Sat Mar 3 15:38:52 2012 +0100

    EPlugin: added missing hyphen in backend setup dialog field description string

 src/eplugin/e-kolab-account-setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/eplugin/e-kolab-account-setup.c b/src/eplugin/e-kolab-account-setup.c
index 16ee744..4623694 100644
--- a/src/eplugin/e-kolab-account-setup.c
+++ b/src/eplugin/e-kolab-account-setup.c
@@ -428,7 +428,7 @@ e_kolab_account_setup_backend_create (EPlugin *epl,
 	gtk_box_pack_start (GTK_BOX (kolab_vbox), GTK_WIDGET (hbox), TRUE, TRUE, 0);
 	spacer = gtk_label_new("   ");
 	gtk_box_pack_start (GTK_BOX (hbox), spacer, FALSE, FALSE, 0);
-	tmp_str = g_strconcat (_("Server PIM Folders"), ":", NULL);
+	tmp_str = g_strconcat (_("Server PIM-Folders"), ":", NULL);
 	label = gtk_label_new_with_mnemonic (tmp_str);
 	g_free (tmp_str);
 	gtk_box_pack_start (GTK_BOX (hbox), label, FALSE, FALSE, 0);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]