Fixed some missing or duplicated spaces in option descriptions.

merge-requests/1/head
Henning Geinitz 2003-10-05 11:43:20 +00:00
rodzic 1ff8f62d4b
commit 345401d726
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -679,7 +679,7 @@ enum Microtek2_Option
#define M_NAME_MIDTONE_R "midtone-r"
#define M_TITLE_MIDTONE_R SANE_I18N("Midtone for red")
#define M_DESC_MIDTONE_R SANE_I18N("Selects which radiance level should " \
#define M_DESC_MIDTONE_R SANE_I18N("Selects which radiance level should" \
" be considered \"50 % red\".")
#define M_NAME_MIDTONE_G "midtone-g"

Wyświetl plik

@ -769,7 +769,7 @@ init_options (Test_Device * test_device)
od->name = "bool-soft-select-soft-detect-emulated";
od->title = SANE_I18N ("(5/6) Bool soft select soft detect emulated");
od->desc = SANE_I18N ("(5/6) Bool test option that has soft select, soft "
"detect, and emulated (and advanced) capabilities. ");
"detect, and emulated (and advanced) capabilities.");
od->type = SANE_TYPE_BOOL;
od->unit = SANE_UNIT_NONE;
od->size = sizeof (SANE_Word);
@ -850,7 +850,7 @@ init_options (Test_Device * test_device)
od->name = "int-constraint-word-list";
od->title = SANE_I18N ("(3/6) Int constraint word list");
od->desc = SANE_I18N ("(3/6) Int test option with unit bits and "
"constraint word list set. ");
"constraint word list set.");
od->type = SANE_TYPE_INT;
od->unit = SANE_UNIT_BIT;
od->size = sizeof (SANE_Word);
@ -963,7 +963,7 @@ init_options (Test_Device * test_device)
od->name = "fixed-constraint-word-list";
od->title = SANE_I18N ("(3/3) Fixed constraint word list");
od->desc = SANE_I18N ("(3/3) Fixed test option with no unit and "
"constraint word list set. ");
"constraint word list set.");
od->type = SANE_TYPE_FIXED;
od->unit = SANE_UNIT_NONE;
od->size = sizeof (SANE_Word);

Wyświetl plik

@ -212,7 +212,7 @@ SANE_I18N("Number of bits per sample, typical values are 1 for \"line-art\" " \
"and 8 for multibit scans.")
#define SANE_DESC_SCAN_MODE \
SANE_I18N("Selects the scan mode (e.g., lineart,monochrome, or color).")
SANE_I18N("Selects the scan mode (e.g., lineart, monochrome, or color).")
#define SANE_DESC_SCAN_SPEED \
SANE_I18N("Determines the speed at which the scan proceeds.")