emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/crdt c10b38e 43/80: shorten string when ask for stop se


From: ELPA Syncer
Subject: [elpa] externals/crdt c10b38e 43/80: shorten string when ask for stop session confirmation
Date: Sat, 28 Aug 2021 10:57:38 -0400 (EDT)

branch: externals/crdt
commit c10b38e8e09f98b9c681afa87d8a08f97bfb31c1
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>

    shorten string when ask for stop session confirmation
---
 crdt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index 01e6e6d..89af982 100644
--- a/crdt.el
+++ b/crdt.el
@@ -1382,7 +1382,7 @@ Disconnect if it's a client session, or stop serving if 
it's a server session."
   (when (if (and crdt-confirm-stop-session
                  (crdt--server-p session)
                  (crdt--session-network-clients session))
-            (yes-or-no-p "There are clients connected to this session, 
disconnect them and stop the session anyway? ")
+            (yes-or-no-p "There are yet connected clients. Stop session? ")
           t)
     (dolist (client (crdt--session-network-clients session))
       (when (process-live-p client)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]