Skip to content

Commit c0d0cc5

Browse files
committed
use string resource for "stop"
1 parent 70f53f3 commit c0d0cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cSploit/src/org/csploit/android/plugins/mitm/hijacker

cSploit/src/org/csploit/android/plugins/mitm/hijacker/Hijacker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ public void onSessionReady() {
523523
Hijacker.this.runOnUiThread(new Runnable() {
524524
@Override
525525
public void run() {
526-
mHijackToggleButton.setText("Stop");
526+
mHijackToggleButton.setText(R.string.stop);
527527
mHijackProgress.setVisibility(View.VISIBLE);
528528
mRunning = true;
529529
}

0 commit comments

Comments
 (0)