branch: externals/modus-themes
commit 4a7ff08327108bbdad50d46db72aa46647935504
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove superfluous colon symbol from modus-themes-list-colors
---
 modus-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 18735b33ea..493f053b15 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -5031,8 +5031,8 @@ With optional prefix argument for MAPPINGS preview only 
the semantic
 color mappings instead of the complete palette."
   (interactive
    (let ((prompt (if current-prefix-arg
-                     "Preview palette mappings of THEME: "
-                   "Preview palette of THEME: ")))
+                     "Preview palette mappings of THEME"
+                   "Preview palette of THEME")))
      (list
       (modus-themes--select-prompt prompt)
       current-prefix-arg)))

Reply via email to