diff options
-rw-r--r-- | src/empathy-ft-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index e157cdbfe..98e58d4f3 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -251,7 +251,7 @@ ft_manager_update_ft_row (EmpathyFTManager *ft_manager, } else - second_line = g_strdup (_("Waiting the other participant's response")); + second_line = g_strdup (_("Waiting for the other participant's response")); remaining = empathy_tp_file_get_remaining_time (tp_file); break; |