linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [179] Fixes broken translation string.


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [179] Fixes broken translation string.
Date: Sat, 06 Aug 2011 16:40:46 +0000

Revision: 179
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=179
Author:   valkov
Date:     2011-08-06 16:40:45 +0000 (Sat, 06 Aug 2011)
Log Message:
-----------
Fixes broken translation string.

Modified Paths:
--------------
    trunk/src/lm_detect_object_in_remote_site.js

Modified: trunk/src/lm_detect_object_in_remote_site.js
===================================================================
--- trunk/src/lm_detect_object_in_remote_site.js        2011-08-06 16:15:56 UTC 
(rev 178)
+++ trunk/src/lm_detect_object_in_remote_site.js        2011-08-06 16:40:45 UTC 
(rev 179)
@@ -174,8 +174,8 @@
 
     a.setAttribute("class", "linterna-magica-toggle-plugin");
     a.setAttribute("title", this._("Watch this video at it's original"+
-                             " site with Linterna Mágica"+
-                             " ("+object_data.remote_site_link+")"));
+                                  " site with Linterna Mágica")+
+                  " ("+object_data.remote_site_link+")");
 
     p.appendChild(a);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]