Merge branch 'maint'

This commit is contained in:
Frank H. Ellenberger 2020-06-11 12:58:40 +02:00
commit d784a2fb51
3 changed files with 7 additions and 7 deletions

View File

@ -540,7 +540,7 @@ static GtkToggleActionEntry toggle_entries[] =
{
{
"ViewStyleDoubleLineAction", NULL, N_ ("_Double Line"), NULL,
N_ ("Show two lines of information for each transaction"),
N_ ("Show a second line with \"Action\", \"Notes\", and \"File Association\" for each transaction."),
G_CALLBACK (gnc_plugin_page_register_cmd_style_double_line), FALSE
},

View File

@ -408,7 +408,7 @@ static GtkToggleActionEntry toggle_entries[] =
{
{
"ViewStyleDoubleLineAction", NULL, N_("_Double Line"), NULL,
N_("Show two lines of information for each transaction"),
N_("Show a second line with \"Action\", \"Notes\", and \"File Association\" for each transaction."),
G_CALLBACK (gnc_plugin_page_register2_cmd_style_double_line), FALSE
},

View File

@ -297,8 +297,8 @@
</key>
<key name="double-line-mode" type="b">
<default>false</default>
<summary>Show two lines of information for each transaction</summary>
<description>Show two lines of information for each transaction in a register. This is the default setting for when a register is first opened. The setting can be changed at any time via the "View-&gt;Double Line" menu item.</description>
<summary>Show a second line with "Action", "Notes", and "File Association" for each transaction.</summary>
<description>Show a second line with "Action", "Notes", and "File Association" for each transaction in a register. This is the default setting for when a register is first opened. The setting can be changed at any time via the "View-&gt;Double Line" menu item.</description>
</key>
<key name="show-leaf-account-names" type="b">
<default>false</default>