From 343df20c9114021f7f686cd0b14b45ae33376e79 Mon Sep 17 00:00:00 2001 From: riccardo Date: Wed, 22 Jun 2011 13:47:00 +0200 Subject: [PATCH] changed locale.js --- telemeta/htdocs/js/locale.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemeta/htdocs/js/locale.js b/telemeta/htdocs/js/locale.js index 1c45d253..3e61bfc1 100644 --- a/telemeta/htdocs/js/locale.js +++ b/telemeta/htdocs/js/locale.js @@ -31,7 +31,7 @@ var localeStrings = { 'marker added to the selected playlist': gettext('marker added to the selected playlist'), 'item added to the selected playlist': gettext('item added to the selected playlist'), 'collection added to the selected playlist': gettext('collection added to the selected playlist'), - 'there is at least one unsaved marker': gettext('there is at least one unsaved marker'), + 'there are unsaved or modified markers': gettext('there are unsaved or modified markers'), 'If you exit the page you will loose your changes' : gettext('If you exit the page you will loose your changes'), 'author' : gettext('author') }; -- 2.39.5