Explorar el Código

translate message

pull/1/head
10sr hace 12 años
padre
commit
7e4a1e6064
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js Ver fichero

@@ -424,7 +424,7 @@ ext.add("list-closed-tabs", function () {
var closedTabs = [[tab.image || fav, tab.title, tab.url] for each (tab in json.decode(ss.getClosedTabData(window)))];

if (!closedTabs.length)
return void display.echoStatusBar("最近閉じたタブが見つかりませんでした", 2000);
return void display.echoStatusBar("No recently closed tab.", 2000);

prompt.selector(
{


Cargando…
Cancelar
Guardar