Skip to content

Commit 82e5748

Browse files
committed
Update title of Save Annotated Source dialogue box
This dialogue's title did not reflect the name of the menu option that displays it, so it was updated to included "Save Annotated Source". When a snippet is being displayed the word "Snippet" was removed from the title. Conversely the word "Category" was retained when displaying a category.
1 parent 485e053 commit 82e5748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/USaveSnippetMgr.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ implementation
9292

9393
resourcestring
9494
// Dialog box title
95-
sSaveSnippetDlgTitle = 'Save %0:s Snippet';
96-
sSaveCategoryDlgTitle = 'Save %0:s Category';
95+
sSaveSnippetDlgTitle = 'Save Annotated Source of %0:s';
96+
sSaveCategoryDlgTitle = 'Save Annotated Source of %0:s Category';
9797
// Output document title for snippets and categories
9898
sDocTitle = '"%0:s" %1:s';
9999
sCategory = 'category';

0 commit comments

Comments
 (0)