diff --git a/pagelayout_editor/dialogs/properties_frame.cpp b/pagelayout_editor/dialogs/properties_frame.cpp
index f777fd7c5e..bbc997b701 100644
--- a/pagelayout_editor/dialogs/properties_frame.cpp
+++ b/pagelayout_editor/dialogs/properties_frame.cpp
@@ -556,7 +556,7 @@ void PROPERTIES_FRAME::onHelp( wxCommandEvent& aEvent )
message << _( "Texts can include keywords." ) << "
";
message << _( "Keyword notation is ${keyword}" ) << "
";
- message << _( "Keywords are replaced by they actual value in strings" ) << "
";
+ message << _( "Each keyword is replaced by its value" ) << "
";
message << _( "These build-in keywords are always available:" ) << "
";
dlg.AddHTML_Text( message );