Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
change label for 'filter for' to 'show'
Browse files Browse the repository at this point in the history
  • Loading branch information
David Habib committed Jan 20, 2015
1 parent f7043f6 commit 463ff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/salesforce/apexdoc/FileManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private String strLinkfromModel(ApexModel model, String strClassName, String hos

private String strHTMLScopingPanel() {
String str = "<tr><td colspan='2' style='text-align: center;' >";
str += "Filter for: ";
str += "Show: ";

for (int i = 0; i < ApexDoc.rgstrScope.length; i++) {
str += "<input type='checkbox' checked='checked' id='cbx" + ApexDoc.rgstrScope[i] +
Expand Down

0 comments on commit 463ff7f

Please sign in to comment.