Add tooltips to new dialog

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12225 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2005-12-31 12:02:22 +00:00
parent 68ba4431af
commit 30afb0a96d
2 changed files with 7 additions and 2 deletions

View File

@ -245,7 +245,8 @@ static GtkActionEntry gnc_menu_actions [] =
/* View menu */
{ "ViewSortByAction", NULL, N_("_Sort By..."), NULL, NULL, NULL },
{ "ViewFilterByAction", NULL, N_("_Filter By..."), NULL, NULL, NULL },
{ "ViewFilterByAction", NULL, N_("_Filter By..."), NULL,
N_("Select the account types that should be displayed."), NULL },
{ "ViewRefreshAction", GTK_STOCK_REFRESH, N_("_Refresh"), "<control>r",
N_("Refresh this window"),
G_CALLBACK (gnc_main_window_cmd_view_refresh) },

View File

@ -3020,6 +3020,7 @@ and placeholder accounts may have an opening balance.</property>
<child>
<widget class="GtkTreeView" id="types_tree_view">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Select the account types that should be displayed.</property>
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<property name="rules_hint">True</property>
@ -3046,6 +3047,7 @@ and placeholder accounts may have an opening balance.</property>
<child>
<widget class="GtkButton" id="select_all">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Select all types.</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Select All</property>
@ -3059,6 +3061,7 @@ and placeholder accounts may have an opening balance.</property>
<child>
<widget class="GtkButton" id="clear_all">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Clear the selection and unselect all types.</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">C_lear All</property>
@ -3072,6 +3075,7 @@ and placeholder accounts may have an opening balance.</property>
<child>
<widget class="GtkButton" id="default_types">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Select the default selection.</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_Default</property>
@ -3160,7 +3164,7 @@ and placeholder accounts may have an opening balance.</property>
<child>
<widget class="GtkLabel" id="Balance">
<property name="visible">True</property>
<property name="label" translatable="yes">Balances</property>
<property name="label" translatable="yes">Balance</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>