From 48e81d221dd6ca3dd868f5cfd60e12066c7df4b8 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Fri, 6 Sep 2019 00:39:51 +0200 Subject: [PATCH] Unify "Placeholder" headers with previous commit Only impact: removed obsolete translator comment --- gnucash/gnome-utils/dialog-options.c | 5 +---- gnucash/gnome-utils/gnc-tree-view-account.c | 4 +--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/gnucash/gnome-utils/dialog-options.c b/gnucash/gnome-utils/dialog-options.c index f8d66fafd9..a4a43dde98 100644 --- a/gnucash/gnome-utils/dialog-options.c +++ b/gnucash/gnome-utils/dialog-options.c @@ -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, diff --git a/gnucash/gnome-utils/gnc-tree-view-account.c b/gnucash/gnome-utils/gnc-tree-view-account.c index b6ce7d13f9..f8f9e67ae3 100644 --- a/gnucash/gnome-utils/gnc-tree-view-account.c +++ b/gnucash/gnome-utils/gnc-tree-view-account.c @@ -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,