diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2010-01-01 02:08:40 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2010-01-01 23:06:58 +0800 |
commit | 89d36ccc021bd173e95e62326cb84b7f873c123f (patch) | |
tree | 39da8f21ab15fbf908207fd12bb2771721029e8c /src/empathy-event-manager.c | |
parent | 3fa03d64274f3fa8b939991e3e61d9cdeeffb5ff (diff) | |
download | gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.gz gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.bz2 gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.lz gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.xz gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.tar.zst gsoc2013-empathy-89d36ccc021bd173e95e62326cb84b7f873c123f.zip |
Miscellaneous string fixes
Lots of small spelling and grammar fixes, as well as some terminology
cleanups.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/empathy-event-manager.c')
-rw-r--r-- | src/empathy-event-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index c9e925d21..e85837c67 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -346,8 +346,8 @@ event_channel_process_voip_func (EventPriv *event) gtk_message_dialog_format_secondary_text ( GTK_MESSAGE_DIALOG (dialog), video ? - _("%s is video calling you, do you want to answer?"): - _("%s is calling you, do you want to answer?"), + _("%s is video calling you. Do you want to answer?"): + _("%s is calling you. Do you want to answer?"), empathy_contact_get_name (event->approval->contact)); /* Set image of the dialog */ |