From e3051c8c321ffd58baad2c8c725e336c71d77ffb Mon Sep 17 00:00:00 2001 From: toyg Date: Fri, 17 Jan 2014 17:41:01 +0000 Subject: [PATCH] fixing typo that broke interface --- interface_localization.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface_localization.js b/interface_localization.js index 12d3542..65e341c 100644 --- a/interface_localization.js +++ b/interface_localization.js @@ -589,7 +589,7 @@ if(preferredLanguage == "ru"){ // list of the English words and translations wordset = { - "Actions ▼": "Действия ▼" // , comma after each match except the last + "Actions ▼": "Действия ▼", // , comma after each match except the last "Active DHT nodes:": "Активные узлы DHT: ", "Add DNS": "Добавить DNS", "Add peer": "Добавить пира",