diff options
Diffstat (limited to 'plugins/NotesAndReminders/src')
| -rw-r--r-- | plugins/NotesAndReminders/src/notes.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
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];
  | 
