Skip to content

Commit

Permalink
Removed custom label.
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleGuitar committed Nov 27, 2011
1 parent 77239fa commit bd6b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/metawatch/manager/MetaWatch.java
Expand Up @@ -117,7 +117,7 @@ void showAbout() {

WebView webView = new WebView(this);
String html = "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" /><title>About</title></head><body>" +
"<p>Craig's Metawatch v1.1.5 custom 11/21/2011, based on:</p>" +
"<p>Craig's Metawatch v1.1.5, based on:</p>" +
"<h1>MetaWatch</h1>" +
"<p>Version " + Utils.getVersion(this) + ".</p>" +
"<p>Modified by Dobie Wollert, Chris Sewell, Prash D, benjymous, and Craig Oliver</p>" +
Expand Down

0 comments on commit bd6b599

Please sign in to comment.