Mercurial > pidgin
changeset 28222:5dd7acd3d3cc
Comebine two separate strings into one, thus restoring balance to the
universe.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 06 Sep 2009 00:15:50 +0000 |
parents | 317ad4aa76be |
children | 144295e8f69f |
files | pidgin/gtkmain.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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"));