diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-02 17:13:01 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-02 17:13:01 +0100 | 
| commit | ffa8801644a7d53cc1c785e3450f794c07a14eb0 (patch) | |
| tree | 8d72a18a9a08b9151d12badcb1c78ce06a059f62 /backend/hp3900_sane.c | |
| parent | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (diff) | |
New upstream version 1.0.29upstream/1.0.29
Diffstat (limited to 'backend/hp3900_sane.c')
| -rw-r--r-- | backend/hp3900_sane.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/backend/hp3900_sane.c b/backend/hp3900_sane.c index 410e35e..f8ed139 100644 --- a/backend/hp3900_sane.c +++ b/backend/hp3900_sane.c @@ -1405,7 +1405,7 @@ options_init (TScanner * scanner)  	      pDesc->title = SANE_I18N ("Scanner model");  	      pDesc->desc =  		SANE_I18N -		("Allows one to test device behaviour with other supported models"); +		("Allows one to test device behavior with other supported models");  	      pDesc->type = SANE_TYPE_STRING;  	      pDesc->size = max_string_size (scanner->list_models);  	      pDesc->constraint_type = SANE_CONSTRAINT_STRING_LIST; @@ -1419,7 +1419,7 @@ options_init (TScanner * scanner)  	    case opt_negative:  	      pDesc->name = "opt_negative";  	      pDesc->title = SANE_I18N ("Negative"); -	      pDesc->desc = SANE_I18N ("Image colours will be inverted"); +	      pDesc->desc = SANE_I18N ("Image colors will be inverted");  	      pDesc->type = SANE_TYPE_BOOL;  	      pDesc->unit = SANE_UNIT_NONE;  	      pDesc->size = sizeof (SANE_Word); @@ -1991,6 +1991,7 @@ option_get (TScanner * scanner, SANE_Int optid, void *result)  	  /* scanner buttons */  	case opt_button_0:  	  get_button_status (scanner); +          // fall through  	case opt_button_1:  	case opt_button_2:  	case opt_button_3: | 
