From 577f41641a7ae567666d0dd09fe1b744086158e2 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 25 Jun 2016 12:39:26 +0000 Subject: Dummy: replace "VK ID" by "VKontakte ID" git-svn-id: http://svn.miranda-ng.org/main/trunk@17037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Dummy/src/dummy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Dummy') diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h index d9e22c2736..2aef5359a2 100644 --- a/protocols/Dummy/src/dummy.h +++ b/protocols/Dummy/src/dummy.h @@ -40,10 +40,10 @@ typedef struct { static const ttemplate templates[] = { { LPGEN("Custom"), "", "" }, - { "AIM", "SN", LPGEN("Screen Name") }, + { "AIM", "SN", LPGEN("Screen name") }, { "EmLAN", "Nick", LPGEN("User name") }, { "Facebook", "ID", LPGEN("Facebook ID") }, - { "GG", "UIN", LPGEN("Gadu-Gadu Number") }, + { "GG", "UIN", LPGEN("Gadu-Gadu number") }, { "ICQ", "UIN", LPGEN("User ID") }, { "ICQCorp", "UIN", LPGEN("ICQ number") }, { "IRC", "Nick", LPGEN("Nickname") }, @@ -60,7 +60,7 @@ static const ttemplate templates[] = { { "Tlen", "jid", LPGEN("Tlen login") }, { "Tox", "ToxID", LPGEN("Tox ID") }, { "Twitter", "Username", LPGEN("Username") }, - { "VK", "ID", LPGEN("VK ID") }, + { "VK", "ID", LPGEN("VKontakte ID") }, { "WhatsApp", "ID", LPGEN("WhatsApp ID") }, { "XFire", "Username", LPGEN("Username") }, { "Yahoo", "yahoo_id", LPGEN("ID") }, -- cgit v1.2.3