| 270 message = g_strdup_printf( |
270 message = g_strdup_printf( |
| 271 _("%s wishes to start an audio session with you."), |
271 _("%s wishes to start an audio session with you."), |
| 272 alias); |
272 alias); |
| 273 } else { |
273 } else { |
| 274 message = g_strdup_printf( |
274 message = g_strdup_printf( |
| 275 _("%s is trying to start an unsuppoted media session type with you."), |
275 _("%s is trying to start an unsupported media session type with you."), |
| 276 alias); |
276 alias); |
| 277 } |
277 } |
| 278 finch_media_emit_message(gntmedia, message); |
278 finch_media_emit_message(gntmedia, message); |
| 279 g_free(message); |
279 g_free(message); |
| 280 } |
280 } |