Browse Source

Fix missing string in modal dialog.

Radek Tříška 7 năm trước cách đây
mục cha
commit
fe660908fc
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      data/web/lang/lang.en.php

+ 2 - 0
data/web/lang/lang.en.php

@@ -418,6 +418,8 @@ $lang['add']['custom_params'] = 'Custom parameters';
 $lang['add']['subscribeall'] = 'Subscribe all folders';
 $lang['add']['timeout1'] = 'Timeout for connection to remote host';
 $lang['add']['timeout2'] = 'Timeout for connection to local host';
+$lang['edit']['timeout1'] = 'Timeout for connection to remote host';
+$lang['edit']['timeout2'] = 'Timeout for connection to local host';
 
 $lang['edit']['delete2duplicates'] = 'Delete duplicates on destination';
 $lang['edit']['delete1'] = 'Delete from source when completed';