diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-11 16:42:28 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-03-11 16:42:28 +0000 |
commit | fb7d248f53b5002b63a8a91aed03c30d728ab9c9 (patch) | |
tree | c0e3f60ebbf5b298772260bfb8b639e74cc4547e /templates | |
parent | aa68de337a56cd734c8e6a22d044f1a3d9456376 (diff) | |
download | semanticscuttle-fb7d248f53b5002b63a8a91aed03c30d728ab9c9.tar.gz semanticscuttle-fb7d248f53b5002b63a8a91aed03c30d728ab9c9.tar.bz2 |
Interface fix: an unuseful dot
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@64 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/bookmarks.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index cfed7d9..412b938 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -221,7 +221,7 @@ window.onload = playerLoad; } else { ?> - <p class="error"><?php echo T_('No bookmarks available'); ?>.</p> + <p class="error"><?php echo T_('No bookmarks available'); ?></p> <?php } |