@b4n commented on this pull request.


>       }
-
-       if (g_utf8_strchr(needles, -1, 'l') != NULL && strstr(haystack->str, 
"%l")) {
-               g_string_append(errormsg, " %%l");
+       else
+       {
+               switch (placeholder)
+               {
+                       case 'p': /* we only end up here if no project are 
open, so fallback on %d */
+                               ui_set_statusbar(FALSE, _("failed to substitute 
%%p, no project active"));

I updated the status message not to suggest `%p` might be invalid or not handed

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4318#discussion_r2134121983
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4318/review/[email protected]>

Reply via email to