From 368ccac848ecb1d77629416117851667cf26aa79 Mon Sep 17 00:00:00 2001 From: dajiaohuang Date: Sat, 20 Jun 2026 02:30:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20'namespacess'=20=E2=86=92=20corre?= =?UTF-8?q?ct=20plural=20in=20workspace=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change ' namespaces' to ' namespace' so the plural marker 's ' produces 'namespace' (singular) or 'namespaces' (plural) instead of 'namespacess' (doubled s). Fixes #766 --- StartupSession/Link/WSLoaded.aplf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StartupSession/Link/WSLoaded.aplf b/StartupSession/Link/WSLoaded.aplf index 46caa226..80b609b5 100644 --- a/StartupSession/Link/WSLoaded.aplf +++ b/StartupSession/Link/WSLoaded.aplf @@ -70,7 +70,7 @@ U.Warn(⊂msg),(⍕¨wslinks.ns) :EndIf :ElseIf 0≠≢wslinks - msg←(⍕≢wslinks),' namespaces',('s '/⍨1≠≢wslinks),' linked in this workspace: ' + msg←(⍕≢wslinks),' namespace',('s '/⍨1≠≢wslinks),'linked in this workspace: ' 'IMPORTANT'U.Warn(⊂msg),⍕¨wslinks.ns 'IMPORTANT'U.Warn'Link.Resync is required' :Else