summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-09-28 16:25:50 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-09-28 16:25:50 +0300
commit571b85188be1ad552e42c821124850a5647d9d3e (patch)
tree4195d6a86ce31ad2997d80508fe6a2b0b09a289e /src/mir_app
parentd484c7e92f0bdadfe93689d3cdaa501650f15740 (diff)
translation added
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/srmm_log_rtf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/srmm_log_rtf.cpp b/src/mir_app/src/srmm_log_rtf.cpp
index 64326673f4..852b07b192 100644
--- a/src/mir_app/src/srmm_log_rtf.cpp
+++ b/src/mir_app/src/srmm_log_rtf.cpp
@@ -175,7 +175,7 @@ void CRtfLogWindow::InsertFileLink(CMStringA &buf, MEVENT hEvent, const DB::FILE
szHost.AppendChar(*b);
if (!szHost.IsEmpty())
- buf.AppendFormat(" on %s", szHost.c_str());
+ buf.AppendFormat(" %s %s", TranslateU("on"), szHost.c_str());
}
/////////////////////////////////////////////////////////////////////////////////////////