diff options
Diffstat (limited to 'view/sv/head.tpl')
-rw-r--r-- | view/sv/head.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/view/sv/head.tpl b/view/sv/head.tpl index 8f97a11e5..828fcb13d 100644 --- a/view/sv/head.tpl +++ b/view/sv/head.tpl @@ -11,7 +11,7 @@ <script type="text/javascript" src="$baseurl/include/main.js" ></script> <script> - function confirmDelete() { return confirm("Delete this item?"); } + function confirmDelete() { return confirm("Ta bort?"); } function commentOpen(obj,id) { if(obj.value == 'Comment') { obj.value = ''; @@ -28,5 +28,3 @@ } </script> - - |