diff options
Diffstat (limited to 'plugins/TabSRMM/src/translator.cpp')
-rw-r--r-- | plugins/TabSRMM/src/translator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index 1e801152ea..6c413fedc2 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -317,6 +317,8 @@ wchar_t* CTranslator::m_strings[STR_LAST] = { LPGENT("Previews not availble when using History++ plugin for message log display."), /* GEN_AEROPEEK_NOHPP */
LPGENT("TabSRMM warning message"), /* GEN_STRING_WARNING_TITLE */
+ LPGENT(" Client: %s"), /* GEN_IP_CLIENT */
+ LPGENT(" Client not cached yet"), /* GEN_IP_CLIENT_UNKNOWN */
};
/*
|