mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: Improve tooltip about double-line-mode
Suggestion by Adrien Monteleone https://lists.gnucash.org/pipermail/gnucash-user/2020-June/091425.html
This commit is contained in:
parent
76015bd0b6
commit
3bd3eecc00
@ -525,7 +525,7 @@ static GtkToggleActionEntry toggle_entries[] =
|
|||||||
{
|
{
|
||||||
{
|
{
|
||||||
"ViewStyleDoubleLineAction", NULL, N_ ("_Double Line"), NULL,
|
"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
|
G_CALLBACK (gnc_plugin_page_register_cmd_style_double_line), FALSE
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -408,7 +408,7 @@ static GtkToggleActionEntry toggle_entries[] =
|
|||||||
{
|
{
|
||||||
{
|
{
|
||||||
"ViewStyleDoubleLineAction", NULL, N_("_Double Line"), NULL,
|
"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
|
G_CALLBACK (gnc_plugin_page_register2_cmd_style_double_line), FALSE
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -302,8 +302,8 @@
|
|||||||
</key>
|
</key>
|
||||||
<key name="double-line-mode" type="b">
|
<key name="double-line-mode" type="b">
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
<summary>Show two lines of information for each transaction</summary>
|
<summary>Show a second line with "Action", "Notes", and "File Association" 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->Double Line" menu item.</description>
|
<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->Double Line" menu item.</description>
|
||||||
</key>
|
</key>
|
||||||
<key name="show-leaf-account-names" type="b">
|
<key name="show-leaf-account-names" type="b">
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
|
Loading…
Reference in New Issue
Block a user