From fd08256f89431cd0fa0089f65370913c231f9ba3 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 25 Apr 2014 21:44:28 +0000 Subject: translation improvements langpacks/russian: update git-svn-id: http://svn.miranda-ng.org/main/trunk@9086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/src/notes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NotesAndReminders/src') diff --git a/plugins/NotesAndReminders/src/notes.cpp b/plugins/NotesAndReminders/src/notes.cpp index 0255271dc0..731140420a 100644 --- a/plugins/NotesAndReminders/src/notes.cpp +++ b/plugins/NotesAndReminders/src/notes.cpp @@ -1965,14 +1965,14 @@ INT_PTR CALLBACK DlgProcViewNotes(HWND Dialog,UINT Message,WPARAM wParam,LPARAM ListView_InsertColumn(H,0,&lvCol); lvCol.mask = LVCF_TEXT | LVCF_WIDTH; - S = TranslateT("T"); + S = TranslateT("Top"); lvCol.pszText = S; lvCol.cchTextMax = (int)_tcslen(S); lvCol.cx = g_notesListColGeom[2]; ListView_InsertColumn(H,0,&lvCol); lvCol.mask = LVCF_TEXT | LVCF_WIDTH; - S = TranslateT("V"); + S = TranslateT("Visible"); lvCol.pszText = S; lvCol.cchTextMax = (int)strlen(S); lvCol.cx = g_notesListColGeom[1]; -- cgit v1.2.3