From 9543b80670ad6c32ae84bb965c15686a424e5e28 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 7 Sep 2016 12:14:48 +0000 Subject: translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@17271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/src/notes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NotesAndReminders/src/notes.cpp') diff --git a/plugins/NotesAndReminders/src/notes.cpp b/plugins/NotesAndReminders/src/notes.cpp index 373e4c05a7..bb4dfb0393 100644 --- a/plugins/NotesAndReminders/src/notes.cpp +++ b/plugins/NotesAndReminders/src/notes.cpp @@ -1635,7 +1635,7 @@ static void InitListView(HWND AHLV) char *S; char S1[128]; - char *V = Translate("bVisible"); + char *V = Translate("Visible"); char *T = Translate("Top"); ListView_SetHoverTime(AHLV, 700); @@ -1786,7 +1786,7 @@ static INT_PTR CALLBACK DlgProcViewNotes(HWND Dialog, UINT Message, WPARAM wPara ListView_InsertColumn(H, 0, &lvCol); lvCol.mask = LVCF_TEXT | LVCF_WIDTH; - S = Translate("bVisible"); + S = Translate("Visible"); lvCol.pszText = S; lvCol.cx = g_notesListColGeom[1]; ListView_InsertColumn(H, 0, &lvCol); -- cgit v1.2.3