summaryrefslogtreecommitdiff
path: root/protocols/Dummy
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-06-25 12:39:26 +0000
committerDart Raiden <wowemuh@gmail.com>2016-06-25 12:39:26 +0000
commit577f41641a7ae567666d0dd09fe1b744086158e2 (patch)
tree795106e2122bb7c5e666c09f55b3a256e9b11079 /protocols/Dummy
parente490ebd6c78a5c4ae6e20adc79c5a1e2f8453099 (diff)
Dummy: replace "VK ID" by "VKontakte ID"
git-svn-id: http://svn.miranda-ng.org/main/trunk@17037 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Dummy')
-rw-r--r--protocols/Dummy/src/dummy.h6
1 files changed, 3 insertions, 3 deletions
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") },