Page layout editor: Fix a outdated tool tip.

This commit is contained in:
jean-pierre charras 2020-04-30 09:47:12 +02:00
parent 687c2f3e82
commit fe5b02f0fc
1 changed files with 2 additions and 2 deletions

View File

@ -65,12 +65,12 @@ void PL_EDITOR_FRAME::ReCreateHToolbar()
m_mainToolBar->AddTool( ID_SHOW_REAL_MODE, wxEmptyString,
KiScaledBitmap( pagelayout_normal_view_mode_xpm, this ),
_( "Show title block in preview mode:\n"
"text placeholders will be replaced with preview data"),
"text placeholders will be replaced with preview data."),
wxITEM_CHECK );
m_mainToolBar->AddTool( ID_SHOW_PL_EDITOR_MODE, wxEmptyString,
KiScaledBitmap( pagelayout_special_view_mode_xpm, this ),
_( "Show title block in edit mode:\n"
"text placeholders show as %-tokens"),
"text placeholders are shown as ${keyword} tokens."),
wxITEM_CHECK );
KiScaledSeparator( m_mainToolBar, this );