| 1440 |
1440 |
| 1441 /* |
1441 /* |
| 1442 * Here we place the protocol name in the pounce dialog to lessen |
1442 * Here we place the protocol name in the pounce dialog to lessen |
| 1443 * confusion about what protocol a pounce is for. |
1443 * confusion about what protocol a pounce is for. |
| 1444 */ |
1444 */ |
| 1445 tmp = g_strdup_printf( |
1445 tmp = g_strdup( |
| 1446 (events & PURPLE_POUNCE_TYPING) ? |
1446 (events & PURPLE_POUNCE_TYPING) ? |
| 1447 _("Started typing") : |
1447 _("Started typing") : |
| 1448 (events & PURPLE_POUNCE_TYPED) ? |
1448 (events & PURPLE_POUNCE_TYPED) ? |
| 1449 _("Paused while typing") : |
1449 _("Paused while typing") : |
| 1450 (events & PURPLE_POUNCE_SIGNON) ? |
1450 (events & PURPLE_POUNCE_SIGNON) ? |