Fix Citation Editor to Tab out of Confidence ComboBox (#526)

Fixes #10351
This commit is contained in:
Paul Culley 2018-01-19 23:28:15 -06:00 committed by Sam Manzi
parent 9946d6f993
commit e8489bf53c

View File

@ -198,7 +198,7 @@
<child> <child>
<object class="GtkComboBox" id="confidence"> <object class="GtkComboBox" id="confidence">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">True</property> <property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Conveys the submitter's quantitative evaluation of the credibility of a piece of information, based upon its supporting evidence. It is not intended to eliminate the receiver's need to evaluate the evidence for themselves. <property name="tooltip_text" translatable="yes">Conveys the submitter's quantitative evaluation of the credibility of a piece of information, based upon its supporting evidence. It is not intended to eliminate the receiver's need to evaluate the evidence for themselves.
Very Low =Unreliable evidence or estimated data Very Low =Unreliable evidence or estimated data
Low =Questionable reliability of evidence (interviews, census, oral genealogies, or potential for bias for example, an autobiography) Low =Questionable reliability of evidence (interviews, census, oral genealogies, or potential for bias for example, an autobiography)