correct small js error. update version number to 1.48.8 V01.46.08
authorcavaliet
Tue, 23 Apr 2013 15:04:31 +0200
changeset 1162 9e21c880c3ee
parent 1161 ff7b6383ba0b
child 1163 d9a7093988e2
correct small js error. update version number to 1.48.8
src/ldt/ldt/__init__.py
src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_content.html
src/ldt/ldt/locale/fr/LC_MESSAGES/django.mo
src/ldt/ldt/locale/fr/LC_MESSAGES/django.po
--- a/src/ldt/ldt/__init__.py	Mon Apr 22 14:53:40 2013 +0200
+++ b/src/ldt/ldt/__init__.py	Tue Apr 23 15:04:31 2013 +0200
@@ -1,4 +1,4 @@
-VERSION = (1, 46, 7, "final", 0)
+VERSION = (1, 46, 8, "final", 0)
 
 
 def get_version():
--- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_content.html	Mon Apr 22 14:53:40 2013 +0200
+++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/create_content.html	Tue Apr 23 15:04:31 2013 +0200
@@ -30,12 +30,12 @@
                     		"{{cookie_name}}" : "{{session_key}}"};
 		
 		onCreateContentReady("{% url ldt.ldt_utils.views.content.upload %}",
-							'{% absstatic "ldt" %}',
+							"{% absstatic 'ldt' %}",
 							post_added_params,
-							'{% trans "Browse" %}',
-							'{% trans "File uploaded" %}',
-							'{% trans "Please wait, the upload is not finished yet" %}',
-							'{% trans "Cancel upload" %}',
+							"{% trans 'Browse' %}",
+							"{% trans 'File uploaded' %}",
+							"{% trans 'Please wait, the upload is not finished yet' %}",
+							"{% trans 'Cancel upload' %",
 							"{% url ldt.ldt_utils.views.content.remove_temp_file %}",
 							"{% url ldt.ldt_utils.views.content.get_duration %}");
 		
Binary file src/ldt/ldt/locale/fr/LC_MESSAGES/django.mo has changed
--- a/src/ldt/ldt/locale/fr/LC_MESSAGES/django.po	Mon Apr 22 14:53:40 2013 +0200
+++ b/src/ldt/ldt/locale/fr/LC_MESSAGES/django.po	Tue Apr 23 15:04:31 2013 +0200
@@ -549,7 +549,7 @@
 
 #: ldt_utils/templates/ldt/ldt_utils/create_content.html:35
 msgid "Browse"
-msgstr "Chercher"
+msgstr "Parcourir"
 
 #: ldt_utils/templates/ldt/ldt_utils/create_content.html:36
 msgid "File uploaded"