summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docview/src/frm_main.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/docview/src/frm_main.pas b/docview/src/frm_main.pas
index 83485729..c7d0cb69 100644
--- a/docview/src/frm_main.pas
+++ b/docview/src/frm_main.pas
@@ -3149,7 +3149,7 @@ begin
Text := '';
Flat := True;
FontDesc := '#Label1';
- Hint := '';
+ Hint := 'Quit the application';
ImageMargin := -1;
ImageName := 'stdimg.quit';
ImageSpacing := 0;
@@ -3213,7 +3213,7 @@ begin
Text := '';
Flat := True;
FontDesc := '#Label1';
- Hint := '';
+ Hint := 'Add an annotation';
ImageMargin := -1;
ImageName := 'dv.notegreen';
ImageSpacing := 0;