]> _ Git - fluidbook-html5.git/commitdiff
wip #2002 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Mar 2018 16:31:12 +0000 (17:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Mar 2018 16:31:12 +0000 (17:31 +0100)
js/libs/fluidbook/fluidbook.bookmarks.js

index ff8b50afadc1f03ae0a9e0539ff54a64bfc02965..a5d1e870e4bf2d049bb70471b6272be72b5e45f7 100644 (file)
@@ -44,7 +44,7 @@ FluidbookBookmarks.prototype = {
 
             subject = subject.replace(/\%title\%/gi, $this.fluidbook.datas.title);
             body = trim(body.replace(/\%title\%/gi, $this.fluidbook.datas.title), ' .');
-            body += " : " + $this.getPDF();
+            body += $this.fluidbook.l10n.__(": ") + $this.getPDF();
 
             $this.fluidbook.share.intentShare(subject, body);
             return false;