# HG changeset patch # User Mark Doliner # Date 1252196150 0 # Node ID 5dd7acd3d3cc552bfff4a037904a2704e729d9e1 # Parent 317ad4aa76be6411ae8d6fee51c9edc825e30a87 Comebine two separate strings into one, thus restoring balance to the universe. diff -r 317ad4aa76be -r 5dd7acd3d3cc pidgin/gtkmain.c --- a/pidgin/gtkmain.c Sat Sep 05 23:51:32 2009 +0000 +++ b/pidgin/gtkmain.c Sun Sep 06 00:15:50 2009 +0000 @@ -425,9 +425,9 @@ _("NAME"), _("enable specified account(s) (optional argument NAME\n" " " - "specifies account(s) to use, separated by commas.")); - g_string_append_printf(str, " %s\n", - _("Without this only the first account will be enabled).")); + "specifies account(s) to use, separated by commas.\n" + " " + "Without this only the first account will be enabled).")); #ifndef WIN32 g_string_append_printf(str, " --display=DISPLAY %s\n", _("X display to use"));