From d81cb2b51e7dd748da1ae6919500927d0dcda6a4 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Thu, 28 Jan 2021 23:08:41 +1300 Subject: [PATCH] Add placeholders for string replacements --- wpdtrt-anchorlinks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpdtrt-anchorlinks.php b/wpdtrt-anchorlinks.php index 4da6039..d5f3f7c 100644 --- a/wpdtrt-anchorlinks.php +++ b/wpdtrt-anchorlinks.php @@ -243,8 +243,8 @@ function wpdtrt_anchorlinks_plugin_init() { */ $ui_messages = array( 'demo_data_description' => __( 'This demo was generated from the following data', 'wpdtrt-anchorlinks' ), - 'demo_data_displayed_length' => __( 'results displayed', 'wpdtrt-anchorlinks' ), - 'demo_data_length' => __( 'results', 'wpdtrt-anchorlinks' ), + 'demo_data_displayed_length' => __( '# results displayed', 'wpdtrt-anchorlinks' ), + 'demo_data_length' => __( '# results', 'wpdtrt-anchorlinks' ), 'demo_data_title' => __( 'Demo data', 'wpdtrt-anchorlinks' ), 'demo_date_last_updated' => __( 'Data last updated', 'wpdtrt-anchorlinks' ), 'demo_sample_title' => __( 'Demo sample', 'wpdtrt-anchorlinks' ),