mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 10:51:09 -06:00
Unify "Placeholder" headers with previous commit
Only impact: removed obsolete translator comment
This commit is contained in:
parent
984d583e19
commit
48e81d221d
@ -716,10 +716,7 @@ gnc_set_default_gain_loss_account_widget(gnc_commodity *commodity)
|
||||
col = gnc_tree_view_add_toggle_column(GNC_TREE_VIEW(
|
||||
book_currency_data->default_gain_loss_account_widget),
|
||||
_("Placeholder"),
|
||||
/* Translators: This string has a context prefix; the
|
||||
translation must only contain the part after
|
||||
the | character. */
|
||||
Q_("Column letter for 'Placeholder'|P"),
|
||||
C_("Column header for 'Placeholder'", "P"),
|
||||
"placeholder",
|
||||
GNC_TREE_MODEL_ACCOUNT_COL_PLACEHOLDER,
|
||||
GNC_TREE_VIEW_COLUMN_VISIBLE_ALWAYS,
|
||||
|
@ -903,9 +903,7 @@ gnc_tree_view_account_new_with_root (Account *root, gboolean show_root)
|
||||
NULL);
|
||||
|
||||
gnc_tree_view_add_toggle_column(view, _("Placeholder"),
|
||||
/* Translators: This string has a context prefix; the translation
|
||||
must only contain the part after the | character. */
|
||||
Q_("Column letter for 'Placeholder'|P"),
|
||||
C_("Column header for 'Placeholder'", "P"),
|
||||
"placeholder",
|
||||
GNC_TREE_MODEL_ACCOUNT_COL_PLACEHOLDER,
|
||||
GNC_TREE_VIEW_COLUMN_VISIBLE_ALWAYS,
|
||||
|
Loading…
Reference in New Issue
Block a user