diff options
author | dartraiden <wowemuh@gmail.com> | 2023-06-08 19:58:07 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-06-08 19:58:07 +0300 |
commit | 97a111df66a1940dcc1f8f9d70e8b603fae053b8 (patch) | |
tree | f783933ace59f4b279498c1040d6baf5ec17602a | |
parent | ac3d0b2bfca32beb61b7d1395034e1e6eb57362f (diff) |
Telegram: reuse an existing translation
-rw-r--r-- | protocols/Telegram/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index 190eeada7b..9ed452ad48 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -40,7 +40,7 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC static IconItem iconList[] =
{
- { LPGEN("Premium user"), "premuim", IDI_PREMIUM },
+ { LPGEN("Telegram Premium user"), "premuim", IDI_PREMIUM },
{ LPGEN("Forward"), "forward", IDI_FORWARD },
};
|