diff options
-rw-r--r-- | langpacks/english/Plugins/Tox.txt | 3 | ||||
-rw-r--r-- | langpacks/russian/Plugins/Tox.txt | 4 | ||||
-rw-r--r-- | protocols/Tox/res/resource.rc | 4 |
3 files changed, 4 insertions, 7 deletions
diff --git a/langpacks/english/Plugins/Tox.txt b/langpacks/english/Plugins/Tox.txt index a804f8aadc..06edf95205 100644 --- a/langpacks/english/Plugins/Tox.txt +++ b/langpacks/english/Plugins/Tox.txt @@ -16,12 +16,11 @@ [Disable UDP (force Tox to use TCP)]
[Disable IPv6]
[Tox]
-[Passowrd:]
[Tox profile import]
[Import]
[Tox profile contains your ID and friend list.\r\nYou may import existing profile from other tox client.\r\nPress "Import" to perform import from existing profile.\r\nPress "Cancel" or close this window to create new profile.]
[Cancel]
-[If this field contains tox address (76 hex character), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.]
+[If this field contains tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.]
;file \protocols\Tox\src\tox_events.cpp
[Network]
[Account]
diff --git a/langpacks/russian/Plugins/Tox.txt b/langpacks/russian/Plugins/Tox.txt index c2b5d2e86c..2d8afa3ab9 100644 --- a/langpacks/russian/Plugins/Tox.txt +++ b/langpacks/russian/Plugins/Tox.txt @@ -19,8 +19,6 @@ Отключить UDP (принудительно использовать TCP)
[Disable IPv6]
Отключить IPv6
-[Passowrd:]
-Пароль:
[Tox profile import]
Импорт профиля Tox
[Import]
@@ -29,7 +27,7 @@ Профиль Tox содержит ваш ID и список друзей.\r\nВыберите существующий профиль и нажмите "Импорт".\r\nНажмите "Отмена" для создания нового профиля.
[Cancel]
Отмена
-[If this field contains tox address (76 hex character), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.]
+[If this field contains tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.]
При введении в поле поиска адреса tox (76 hex символов), будет выдан запрос на добавление в список друзей. Иначе поиск будет произведён при помощи dns сервиса обнаружения Tox.
[Network]
Сеть
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 11526d7a45..7b8fbe3ec8 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -112,7 +112,7 @@ BEGIN LTEXT "Default group:",IDC_STATIC,12,53,60,12
EDITTEXT IDC_GROUP,81,51,219,12,ES_AUTOHSCROLL
PUSHBUTTON "C",IDC_CLIPBOARD,284,35,16,13
- LTEXT "Passowrd:",IDC_STATIC,12,68,35,8,NOT WS_VISIBLE
+ LTEXT "Password:",IDC_STATIC,12,68,35,8,NOT WS_VISIBLE
EDITTEXT IDC_PASSWORD,81,66,219,14,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_VISIBLE
END
@@ -135,7 +135,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_SEARCH,0,4,109,14,ES_AUTOHSCROLL
- LTEXT "If this field contains tox address (76 hex character), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.",IDC_STATIC,0,20,109,93
+ LTEXT "If this field contains tox address (76 hex characters), you will be prompted to add it in your friend list. Otherwise, Miranda will search this query via tox dns discovery.",IDC_STATIC,0,20,109,93
END
|