From 526389b2d380177490605037fdc3a24ebc688fac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Dec 2018 20:56:30 +0300 Subject: update notify_* calls to use Notify --- utils/extract-i18n-js.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/extract-i18n-js.pl') diff --git a/utils/extract-i18n-js.pl b/utils/extract-i18n-js.pl index d6179fc70..b51e7ce5a 100755 --- a/utils/extract-i18n-js.pl +++ b/utils/extract-i18n-js.pl @@ -5,7 +5,7 @@ use strict; while () { chomp; - if (/(__|notify_progress|notify|notify_info|notify_error)\(['"](.*?)['"]\)/) { + if (/(__|Notify.progress|Notify.msg|Notify.info|Notify.error)\(['"](.*?)['"]\)/) { my $msg = $2; $msg =~ s/\"/\\\"/g; -- cgit v1.2.3