summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2013-04-28 11:00:53 +0200
committerAlessandro Cosentino <cosenal@gmail.com>2013-04-28 11:00:53 +0200
commitb45d8fe4db1d54b90db7eac1d027045a1d02989b (patch)
treed39ffd2247fc7f14b5085ecf72c53be44d3a1ccb /templates
parent007c1277c3d71768437bb95e5f533713fe87515a (diff)
fixes #140
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 16ed6f6d4..f2a788243 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -24,7 +24,7 @@
<div id="app" ng-app="News">
<div id="undo-container">
<div undo-notification id="undo">
- <a href="#"><?php p($l->t('Undo deletion of ')); ?>{{ getCaption() }}</a>
+ <a href="#"><?php p($l->t('Undo deletion of %s', '{{ getCaption() }}')); ?></a>
</div>
</div>