Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/org/adblockplus/android/ConfigurationActivity.java

Issue 9643003: Improve manual proxy configuration (Closed)
Patch Set: Addressed review issues Created March 13, 2013, 8:48 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « res/values/strings.xml ('k') | src/org/adblockplus/android/Preferences.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/android/ConfigurationActivity.java
===================================================================
--- a/src/org/adblockplus/android/ConfigurationActivity.java
+++ b/src/org/adblockplus/android/ConfigurationActivity.java
@@ -39,7 +39,7 @@
setContentView(R.layout.configuration);
port = getIntent().getIntExtra("port", 0);
String msg1 = getString(R.string.msg_notraffic);
- String msg2 = getString(R.string.msg_configuration, port);
+ String msg2 = getString(R.string.msg_configuration);
((TextView) findViewById(R.id.message_text)).setText(Html.fromHtml(msg1 + " " + msg2));
}
« no previous file with comments | « res/values/strings.xml ('k') | src/org/adblockplus/android/Preferences.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld