From f2ebb554314dbec771e68965e958b2b5632d2db6 Mon Sep 17 00:00:00 2001 From: Danil Date: Sun, 9 Feb 2020 20:01:05 +0200 Subject: [PATCH] Maybe someone does not understand or just more intuitive --- .../java/com/example/WiFiPasswordSearcher/MyActivity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/example/WiFiPasswordSearcher/MyActivity.java b/app/src/main/java/com/example/WiFiPasswordSearcher/MyActivity.java index ce8d70c..aa96bf1 100644 --- a/app/src/main/java/com/example/WiFiPasswordSearcher/MyActivity.java +++ b/app/src/main/java/com/example/WiFiPasswordSearcher/MyActivity.java @@ -334,7 +334,7 @@ public class MyActivity extends Activity { "Network details", "Copy ESSID", "Copy BSSID", - "Copy network key", + "Copy password", "Store network profile", "Generate WPS PIN" }; @@ -1140,4 +1140,4 @@ private String getStrSignal(int Signal) { return Color + Integer.toString(Signal) + "%"; } -} \ No newline at end of file +}