From 3585770e2353310b3a5336ae9a4bb0e0fead80d1 Mon Sep 17 00:00:00 2001 From: "BestNa.me Labs" Date: Sat, 12 Mar 2016 08:48:06 +0100 Subject: [PATCH] #total_clicks -> #overall_tracking in surrnd.

--- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 8029bb4..100d7c2 100644 --- a/admin/index.php +++ b/admin/index.php @@ -286,7 +286,7 @@ if ( !$is_bookmark ) { ?> echo ", " . sprintf( yourls_n( 'counting 1 click', 'counting %s clicks', $total_items_clicks ), yourls_number_format_i18n( $total_items_clicks ) ); ?>.

-

%1$s links, %2$s clicks, and counting!' ), yourls_number_format_i18n( $total_urls ), yourls_number_format_i18n( $total_clicks ) ); ?>

+

%1$s links, %2$s clicks, and counting!' ), yourls_number_format_i18n( $total_urls ), yourls_number_format_i18n( $total_clicks ) ); ?>