Skip to content

Commit

Permalink
Add tooltip to namespace combo in security editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Mar 3, 2022
1 parent 9ad2432 commit 6f28d49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gnucash/gtkbuilder/dialog-commodity.glade
Expand Up @@ -305,6 +305,8 @@
<property name="model">liststore2</property>
<property name="has-entry">True</property>
<property name="entry-text-column">0</property>
<property name="has-tooltip">True</property>
<property name="tooltip-markup" translatable="yes">Select a category for the commodity or enter a new one. One might use investment categories like STOCKS and BONDS or exchange names like NASDAQ and LSE.</property>
<signal name="changed" handler="gnc_ui_commodity_changed_cb" swapped="no"/>
<child internal-child="entry">
<object class="GtkEntry" id="combobox-entry5">
Expand Down

0 comments on commit 6f28d49

Please sign in to comment.