summaryrefslogtreecommitdiff
path: root/plugins/Watrack
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2015-01-29 19:28:18 +0000
committerAlexey Kulakov <panda75@bk.ru>2015-01-29 19:28:18 +0000
commitd2e609471178d3026f1c9ba140f4804b0ae12eb7 (patch)
tree8358498b9e0e71fd804f022257162f673df4b668 /plugins/Watrack
parent518e9a70f554179f344510f594d7d759b56cea58 (diff)
Watrack: translate default templates
git-svn-id: http://svn.miranda-ng.org/main/trunk@11952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack')
-rw-r--r--plugins/Watrack/status/i_opt_tmpl.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Watrack/status/i_opt_tmpl.inc b/plugins/Watrack/status/i_opt_tmpl.inc
index 9f5ea87907..9d717198da 100644
--- a/plugins/Watrack/status/i_opt_tmpl.inc
+++ b/plugins/Watrack/status/i_opt_tmpl.inc
@@ -89,16 +89,16 @@ begin
if isVarsInstalled then
begin
- StrDupW(strings^[1].text,defAltTemplate);
- StrDupW(strings^[4].text,defAltChannelText);
+ StrDupW(strings^[1].text,TranslateW(defAltTemplate));
+ StrDupW(strings^[4].text,TranslateW(defAltChannelText));
end
else
begin
- StrDupW(strings^[1].text,defTemplate);
- StrDupW(strings^[4].text,defChannelText);
+ StrDupW(strings^[1].text,TranslateW(defTemplate));
+ StrDupW(strings^[4].text,TranslateW(defChannelText));
end;
- StrDupW(strings^[2].text,defStatusTitle);
- StrDupW(strings^[3].text,defStatusText);
+ StrDupW(strings^[2].text,TranslateW(defStatusTitle));
+ StrDupW(strings^[3].text,TranslateW(defStatusText));
tmpl:=@StrTemplates^[DefaultTemplate];
if tmpl^[0,tmpl_first]=smallint(dubtmpl) then