Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2019-12-09 03:07:14 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-12-09 03:07:14 +0300
commita110edad854e2417f83730fc4c190e7d93bdafe6 (patch)
tree5c8ae90cff541c338b8c09e38026d49100dd8eff /plugins/telepathy
parent93e4521b0857ee6aafe6aecd2bca8fa23ebd1cdb (diff)
Spelling: Their desktop, do you accept?
Diffstat (limited to 'plugins/telepathy')
-rw-r--r--plugins/telepathy/telepathy_channel_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telepathy/telepathy_channel_handler.c b/plugins/telepathy/telepathy_channel_handler.c
index 23999ac4e..1769e98ad 100644
--- a/plugins/telepathy/telepathy_channel_handler.c
+++ b/plugins/telepathy/telepathy_channel_handler.c
@@ -234,7 +234,7 @@ static void remmina_tp_channel_handler_get_contacts(TpConnection *connection, gu
chandler->alias = g_strdup(tp_contact_get_alias(contact));
dialog = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO,
- _("%s wants to share his/her desktop.\nDo you accept the invitation?"), chandler->alias);
+ _("%s wants to share their desktop.\nDo you accept?"), chandler->alias);
g_signal_connect(G_OBJECT(dialog), "response", G_CALLBACK(remmina_tp_channel_handler_on_response), chandler);
g_signal_connect(G_OBJECT(dialog), "response", G_CALLBACK(gtk_widget_destroy), NULL);
gtk_window_set_title(GTK_WINDOW(dialog), _("Desktop sharing invitation"));