From 3d7ca5c2623d8bb5d5805af0270d70fab6dfe0f4 Mon Sep 17 00:00:00 2001 From: IanSB Date: Tue, 3 Dec 2019 18:55:32 +0000 Subject: [PATCH] Text spacing --- src/cpld_normal.c | 8 ++++---- src/osd.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cpld_normal.c b/src/cpld_normal.c index 94f905bf..96658c2e 100644 --- a/src/cpld_normal.c +++ b/src/cpld_normal.c @@ -153,10 +153,10 @@ static param_t params[] = { { DELAY, "Delay", "delay", 0, 15, 1 }, { RATE, "Sample Mode", "sample_mode", 0, 3, 1 }, { MUX, "Input Mux", "input_mux", 0, 1, 1 }, - { LVL_100, "DAC-A (RGB Hi / +UV)", "level_100", 0, 255, 1 }, - { LVL_50, "DAC-B (RGB Lo / -UV)", "level_50", 0, 255, 1 }, - { LVL_SYNC, "DAC-C (Sync / Y Hi)", "level_sync", 0, 255, 1 }, - { TERMINATE, "DAC-D (Term / Y Lo)", "termination", 0, 255, 1 }, + { LVL_100, "DAC-A (RGBHi/+UV)", "level_100", 0, 255, 1 }, + { LVL_50, "DAC-B (RGBLo/-UV)", "level_50", 0, 255, 1 }, + { LVL_SYNC, "DAC-C (Sync/YHi)", "level_sync", 0, 255, 1 }, + { TERMINATE, "DAC-D (Term/YLo)", "termination", 0, 255, 1 }, { -1, NULL, NULL, 0, 0, 1 } }; diff --git a/src/osd.c b/src/osd.c index f09f1f68..c345bee4 100644 --- a/src/osd.c +++ b/src/osd.c @@ -188,7 +188,7 @@ static const char *vlockspeed_names[] = { static const char *vlockadj_names[] = { "-5% to +5%", "Full Range", - "Upto 260MHz" + "Up to 260Mhz" }; static const char *fontsize_names[] = {