diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:21:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-27 20:26:17 +0200 |
commit | e36b3c4919a703b20838fa3c23456326b9d84b72 (patch) | |
tree | d958132b9d1fdf72fb3105b5779e189d511974ad /proto-udp/lang | |
parent | 27defd345dd8d98ecde6cfb70422c158bd2a4e0e (diff) |
fix lrelease class name conflicts
Diffstat (limited to 'proto-udp/lang')
-rw-r--r-- | proto-udp/lang/nl_NL.ts | 2 | ||||
-rw-r--r-- | proto-udp/lang/ru_RU.ts | 2 | ||||
-rw-r--r-- | proto-udp/lang/stub.ts | 2 | ||||
-rw-r--r-- | proto-udp/lang/zh_CN.ts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/proto-udp/lang/nl_NL.ts b/proto-udp/lang/nl_NL.ts index c7228957..d955c98f 100644 --- a/proto-udp/lang/nl_NL.ts +++ b/proto-udp/lang/nl_NL.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> diff --git a/proto-udp/lang/ru_RU.ts b/proto-udp/lang/ru_RU.ts index e03bc701..b1ea5201 100644 --- a/proto-udp/lang/ru_RU.ts +++ b/proto-udp/lang/ru_RU.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> diff --git a/proto-udp/lang/stub.ts b/proto-udp/lang/stub.ts index 1642c9e9..ca1bc409 100644 --- a/proto-udp/lang/stub.ts +++ b/proto-udp/lang/stub.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> diff --git a/proto-udp/lang/zh_CN.ts b/proto-udp/lang/zh_CN.ts index 1642c9e9..ca1bc409 100644 --- a/proto-udp/lang/zh_CN.ts +++ b/proto-udp/lang/zh_CN.ts @@ -28,7 +28,7 @@ </message> </context> <context> - <name>udpDll</name> + <name>udp_sender_dll</name> <message> <source>UDP over network</source> <translation type="unfinished"></translation> |