[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [298] Fixed typo (lightpsark -> lightspark) in
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [298] Fixed typo (lightpsark -> lightspark) in r297. |
Date: |
Mon, 23 Jul 2012 19:02:07 +0000 |
Revision: 298
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=298
Author: valkov
Date: 2012-07-23 19:02:06 +0000 (Mon, 23 Jul 2012)
Log Message:
-----------
Fixed typo (lightpsark -> lightspark) in r297.
Revision Links:
--------------
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=297
Modified Paths:
--------------
trunk/src/lm_detect_flash.js
trunk/src/lm_interface_toggle_plugin.js
Modified: trunk/src/lm_detect_flash.js
===================================================================
--- trunk/src/lm_detect_flash.js 2012-07-23 18:46:30 UTC (rev 297)
+++ trunk/src/lm_detect_flash.js 2012-07-23 19:02:06 UTC (rev 298)
@@ -54,7 +54,7 @@
var flash_plugin = nav.plugins["Shockwave Flash"].filename;
var plugin_name = /gnash/i.test(flash_plugin) ? "Gnash" :
- /lightpsark/i.test(flash_plugin) ? "Lightspark" :
+ /lightspark/i.test(flash_plugin) ? "Lightspark" :
/totem-vegas/i.test(flash_plugin) ? "Totem Vegas" :
"a flash plugin";
Modified: trunk/src/lm_interface_toggle_plugin.js
===================================================================
--- trunk/src/lm_interface_toggle_plugin.js 2012-07-23 18:46:30 UTC (rev
297)
+++ trunk/src/lm_interface_toggle_plugin.js 2012-07-23 19:02:06 UTC (rev
298)
@@ -106,7 +106,7 @@
title = this.
_("Switch between the Gnash plugin for flash and Linterna
Mágica");
}
- else if (/lightpsark/i.test(flash_plugin))
+ else if (/lightspark/i.test(flash_plugin))
{
// TRANSLATORS: The tooltip for the buttons that switch
// between LM and a flash plugin.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [298] Fixed typo (lightpsark -> lightspark) in r297.,
Ivaylo Valkov <=