diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-17 23:21:00 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-17 23:21:51 +0800 |
commit | 3b2167dbc14aabf7c95ce758c25f2c8f831567db (patch) | |
tree | 29234042d9c648738d39d428bbe8991ccbb69c10 /src | |
parent | 7c1c77662edf9ef232bb7648fa6c516d31de3648 (diff) | |
download | gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.tar gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.tar.gz gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.tar.bz2 gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.tar.lz gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.tar.xz gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.tar.zst gsoc2013-empathy-3b2167dbc14aabf7c95ce758c25f2c8f831567db.zip |
Correct English.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src')
-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; |