From 2793297f9a962954a1b5ed26b4632ec6199dd05b Mon Sep 17 00:00:00 2001 From: ayin Date: Sun, 2 Dec 2007 16:19:45 +0000 Subject: [PATCH] Tune options descriptions. --- src/xdefaults.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xdefaults.C b/src/xdefaults.C index 42e0e439..1e5f6a98 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -113,10 +113,10 @@ optList[] = { BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, 0, "inherit parent pixmap"), BOOL (Rs_transparent, "transparent", "tr", Opt_transparent, 0, "inherit parent pixmap"), STRG (Rs_color + Color_tint, "tintColor", "tint", "color", "tint color"), - STRG (Rs_shade, "shading", "sh", "%", "shade background by x %."), + STRG (Rs_shade, "shading", "sh", "number", "shade background by number %."), #endif #if OFF_FOCUS_FADING - STRG (Rs_fade, "fading", "fade", "%", "fade colors x% percent when rxvt-unicode is losing focus"), + STRG (Rs_fade, "fading", "fade", "number", "fade colors by number % when losing focus"), STRG (Rs_color + Color_fade, "fadeColor", "fadecolor", "color", "target color for off-focus fading"), #endif BOOL (Rs_utmpInhibit, "utmpInhibit", "ut", Opt_utmpInhibit, 0, "utmp inhibit"), -- 2.34.1