diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-01-04 14:32:49 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-01-04 14:32:49 +0000 |
commit | c04be5ec932da96596e4ef971b022992f84db870 (patch) | |
tree | c88c35c3995f1c552e0ed7da0bcd5415e3543fc3 /plugins/NewXstatusNotify/src/main.cpp | |
parent | ea26b9a0835ee0d164e00996a2a7a44a1b5f909e (diff) |
"NA" -> "N/A"
git-svn-id: http://svn.miranda-ng.org/main/trunk@16019 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/main.cpp')
-rw-r--r-- | plugins/NewXstatusNotify/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index 24404222a9..7ae3c90b0e 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -914,7 +914,7 @@ void InitStatusList() mir_tstrncpy(StatusList[index].lpzMStatusText, TranslateT("(M) isn't there anymore!"), MAX_STATUSTEXT);
mir_tstrncpy(StatusList[index].lpzFStatusText, TranslateT("(F) isn't there anymore!"), MAX_STATUSTEXT);
mir_tstrncpy(StatusList[index].lpzUStatusText, TranslateT("(U) isn't there anymore!"), MAX_STATUSTEXT);
- mir_tstrncpy(StatusList[index].lpzStandardText, TranslateT("NA"), MAX_STANDARDTEXT);
+ mir_tstrncpy(StatusList[index].lpzStandardText, TranslateT("N/A"), MAX_STANDARDTEXT);
mir_strncpy(StatusList[index].lpzSkinSoundName, "UserNA", MAX_SKINSOUNDNAME);
mir_tstrncpy(StatusList[index].lpzSkinSoundDesc, LPGENT("User: Not available"), MAX_SKINSOUNDDESC);
mir_tstrncpy(StatusList[index].lpzSkinSoundFile, _T("na.wav"), MAX_PATH);
|