diff options
author | dartraiden <wowemuh@gmail.com> | 2023-03-02 15:24:52 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-03-02 15:24:52 +0300 |
commit | a33567856ddeee058c43dc6801be88d9e58dff6a (patch) | |
tree | 87fbc786f1133398f6992de268d33cf1e3be0e7b /plugins | |
parent | c6084afc9cabe838ad9065dc6d28769ad3521a88 (diff) |
-1 string in langpacks
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/VoiceService/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc index decf6f4924..409ea5cf84 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -126,7 +126,7 @@ END IDD_VOICECALL DIALOGEX 0, 0, 160, 119 STYLE DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | NOT WS_VISIBLE | WS_CAPTION -CAPTION "Voice Call" +CAPTION "Voice call" FONT 8, "Ms Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Call will disclose IP address to the peer and his server",-1,25,89,130,25 |