From 923754df7df534c3cf06a77a19d845f2cccbe7cf Mon Sep 17 00:00:00 2001 From: Brian Remedios Date: Wed, 7 Feb 2007 17:29:18 +0000 Subject: [PATCH] minor grammatical tweaks git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5039 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse-ui/messages.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pmd-eclipse-ui/messages.properties b/pmd-eclipse-ui/messages.properties index f6b05b1ed1..ca069b9610 100644 --- a/pmd-eclipse-ui/messages.properties +++ b/pmd-eclipse-ui/messages.properties @@ -153,16 +153,16 @@ view.menu.show_type = Presentation type # Dialog labels dialog.cpd.title = Find Suspect Cut & Paste dialog.cpd.min_tilesize.label = Minimum Tile-size: -dialog.cpd.create_report = Create report file (saved to report folder of the project) +dialog.cpd.create_report = Create report file (saved to project report folder) dialog.cpd.report = Report dialog.cpd.language.label = Language: dialog.cpd.format.label = Output format: -dialog.tooltip.cpd.format = Specify the format that the report should be rendered in +dialog.tooltip.cpd.format = Specify the report output format dialog.tooltip.cpd.tilesize = Specify the minimum tile-size, that corresponds to the size of duplicate matches dialog.tooltip.cpd.language = Specify the language based on the detection -dialog.cpd.help.label = Choose a language for the Copy/Paste Detection. You can \nset the size of duplicated code by setting the minimum tile-size. +dialog.cpd.help.label = Choose a language for the Copy/Paste detection. You can \nset the size of duplicated code by setting the minimum tile-size. -dialog.cpd.no_results.header = Copy/Paste Detection results +dialog.cpd.no_results.header = Copy/Paste detection results dialog.cpd.no_results.body = CPD has now finished with no results. # Monitor messages