[Commits] [SCM] claws branch, master, updated. 3.13.1-12-gb99272b

claws at claws-mail.org claws at claws-mail.org
Tue Jan 19 11:29:33 CET 2016


The branch, master has been updated
       via  b99272b6c8bd41119cbf755bf4699de989843d1c (commit)
      from  8c60c06769ed531ba58ce028cfd15d9a7f678a73 (commit)

Summary of changes:
 src/expldifdlg.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


- Log -----------------------------------------------------------------
commit b99272b6c8bd41119cbf755bf4699de989843d1c
Author: Paul <paul at claws-mail.org>
Date:   Tue Jan 19 10:29:29 2016 +0000

    remove space in front of colon

diff --git a/src/expldifdlg.c b/src/expldifdlg.c
index 5b35b36..9defe7c 100644
--- a/src/expldifdlg.c
+++ b/src/expldifdlg.c
@@ -609,7 +609,7 @@ static void export_ldif_page_finish( gint pageNum, gchar *pageLbl ) {
 
 	/* First row */
 	top = 0;
-	label = gtk_label_new( _( "Address Book :" ) );
+	label = gtk_label_new( _( "Address Book:" ) );
 	gtk_table_attach(GTK_TABLE(table), label, 0, 1, top, (top + 1), GTK_FILL, 0, 0, 0);
 	gtk_misc_set_alignment(GTK_MISC(label), 1, 0.5);
 
@@ -619,7 +619,7 @@ static void export_ldif_page_finish( gint pageNum, gchar *pageLbl ) {
 
 	/* Second row */
 	top++;
-	label = gtk_label_new( _( "File Name :" ) );
+	label = gtk_label_new( _( "File Name:" ) );
 	gtk_table_attach(GTK_TABLE(table), label, 0, 1, top, (top + 1), GTK_FILL, 0, 0, 0);
 	gtk_misc_set_alignment(GTK_MISC(label), 1, 0.5);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list