comparison libpurple/protocols/msn/error.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 230caecf5435
children f033f3c49a41
comparison
equal deleted inserted replaced
31085:44f53d3fc54f 31086:a8cc50c2279f
364 msg = g_strdup_printf(_("Buddy list synchronization issue in %s (%s)"), 364 msg = g_strdup_printf(_("Buddy list synchronization issue in %s (%s)"),
365 purple_account_get_username(account), 365 purple_account_get_username(account),
366 purple_account_get_protocol_name(account)); 366 purple_account_get_protocol_name(account));
367 367
368 if (group_name != NULL) 368 if (group_name != NULL)
369 { 369 {
370 reason = g_strdup_printf(_("%s on the local list is " 370 reason = g_strdup_printf(_("%s on the local list is "
371 "inside the group \"%s\" but not on " 371 "inside the group \"%s\" but not on "
372 "the server list. " 372 "the server list. "
373 "Do you want this buddy to be added?"), 373 "Do you want this buddy to be added?"),
374 passport, group_name); 374 passport, group_name);
375 } 375 }
376 else 376 else
377 { 377 {
378 reason = g_strdup_printf(_("%s is on the local list but " 378 reason = g_strdup_printf(_("%s is on the local list but "
379 "not on the server list. " 379 "not on the server list. "
380 "Do you want this buddy to be added?"), 380 "Do you want this buddy to be added?"),
381 passport); 381 passport);
382 } 382 }