diff options
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index b10b42a44..9fcdc985e 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -1858,7 +1858,7 @@ empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler) g_assert (contact != NULL); title = g_strdup_printf (_("Incoming file from %s"), - empathy_contact_get_name (contact)); + empathy_contact_get_alias (contact)); widget = gtk_file_chooser_dialog_new (title, NULL, |