Skip to content

Commit 852a310

Browse files
Merge pull request #155 from schlos/patch-4
Making title translatable
2 parents e47bb69 + a975d09 commit 852a310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-templates/projects/projectSaved.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{extends designs/site.tpl}
22

3-
{block title}Saved {$data->Title|escape} — Projects — {$dwoo.parent}{/block}
3+
{block title}{_ 'Saved'} {$data->Title|escape} — {_ 'Projects'} — {$dwoo.parent}{/block}
44

55
{block content}
66
{$Project = $data}
@@ -15,4 +15,4 @@
1515
{else}
1616
<p>{_("Your changes to %s have been saved.")|sprintf:$projectLink}</p>
1717
{/if}
18-
{/block}
18+
{/block}

0 commit comments

Comments
 (0)