summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-09-07 12:14:48 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-09-07 12:14:48 +0000
commit9543b80670ad6c32ae84bb965c15686a424e5e28 (patch)
treed953d7a2d2b9c142087611429c25b6f8ab09fa5b /plugins/NotesAndReminders
parent1fae68ec273b9900fe9b7c468bb00e5daf872f03 (diff)
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@17271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NotesAndReminders')
-rw-r--r--plugins/NotesAndReminders/src/notes.cpp4
1 files changed, 2 insertions, 2 deletions
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);