pidgin: 2f52e07f: Comebine two separate strings into one, ...
markdoliner at pidgin.im
markdoliner at pidgin.im
Sat Sep 5 20:20:36 EDT 2009
-----------------------------------------------------------------
Revision: 2f52e07f3306baa808ce3eb06c805e0d852a060b
Ancestor: d2d182a6f654e8490001b3612a35c4f5d725e1bc
Author: markdoliner at pidgin.im
Date: 2009-09-06T00:15:50
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2f52e07f3306baa808ce3eb06c805e0d852a060b
Modified files:
pidgin/gtkmain.c
ChangeLog:
Comebine two separate strings into one, thus restoring balance to the
universe.
-------------- next part --------------
============================================================
--- pidgin/gtkmain.c d09b60b55fe1bb0ee082fb3860d9b40327cda2b7
+++ pidgin/gtkmain.c 9d39330e0ef0f6c26310a78c238a2dafd65f2275
@@ -425,9 +425,9 @@ show_usage(const char *name, gboolean te
_("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"));
More information about the Commits
mailing list