From ae54f5bdedfbd3ec61a0d8269080d127ac20339e Mon Sep 17 00:00:00 2001 From: Ashley Davis Date: Thu, 3 May 2018 12:11:13 -0400 Subject: [PATCH] First person "they" pronouns in logoff message --- libfreerdp/core/errinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfreerdp/core/errinfo.c b/libfreerdp/core/errinfo.c index abfb0f945..6704ddef5 100644 --- a/libfreerdp/core/errinfo.c +++ b/libfreerdp/core/errinfo.c @@ -66,7 +66,7 @@ int connectErrorCode; "The disconnection was initiated by an administrative tool on the server running in the user's session." #define ERRINFO_LOGOFF_BY_USER_STRING \ - "The disconnection was initiated by the user logging off his or her session on the server." + "The disconnection was initiated by the user logging off their session on the server." /* Protocol-independent codes generated by the Connection Broker */