diff options
-rw-r--r-- | src/gtk+-2.x/ctkdisplaydevice-dfp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gtk+-2.x/ctkdisplaydevice-dfp.c b/src/gtk+-2.x/ctkdisplaydevice-dfp.c index f5e1552..ec7f598 100644 --- a/src/gtk+-2.x/ctkdisplaydevice-dfp.c +++ b/src/gtk+-2.x/ctkdisplaydevice-dfp.c @@ -870,7 +870,8 @@ GtkTextBuffer *ctk_display_device_dfp_create_help(GtkTextTagTable *table, ctk_help_term(b, &i, "Centered"); ctk_help_para(b, &i, "The image will only occupy the number of pixels " - "needed and be centered on the flat panel."); + "needed and be centered on the flat panel. Setting this " + "will disable image sharpening for the display device."); ctk_help_term(b, &i, "Aspect Ratio Scaled"); ctk_help_para(b, &i, "The image will be scaled (retaining the original " |