diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-02 19:28:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-02 19:28:05 +0000 |
commit | 71184dadc4f75a8e18159fab2e70074f92148ab9 (patch) | |
tree | 83acefcab07d6897655465d7df0940cf2866d392 /plugins | |
parent | cc497be070a8b067625080bf3920c79bb168e272 (diff) |
langpacks/ukrainian: update (by apollo24)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8015 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Scriver/src/chat/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/options.cpp b/plugins/Scriver/src/chat/options.cpp index c074451433..12b06fc47b 100644 --- a/plugins/Scriver/src/chat/options.cpp +++ b/plugins/Scriver/src/chat/options.cpp @@ -391,7 +391,7 @@ INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lPa _T("%mm%"), TranslateT("month number, 01-12"),
_T("%mon%"), TranslateT("abbreviated month name"),
_T("%month%"), TranslateT("full month name"),
- _T("%yy%"), TranslateT("year without century, 01- 99"),
+ _T("%yy%"), TranslateT("year without century, 01-99"),
_T("%yyyy%"), TranslateT("year with century, 1901-9999"),
_T("%wday%"), TranslateT("abbreviated weekday name"),
_T("%weekday%"), TranslateT("full weekday name"));
|