Change another string to a resource.
[zxing.git] / android / src / com / google / zxing / client / android / wifi / WifiActivity.java
index 948aa45..f18282d 100644 (file)
@@ -82,7 +82,7 @@ public class WifiActivity extends Activity  {
   }
 
   private WifiConfiguration changeNetworkCommon(NetworkSetting input){
-    statusView.setText("Creating settings...");
+    statusView.setText(R.string.wifi_creating_network);
     Log.d(TAG, "Adding new configuration: \nSSID: " + input.getSsid() + "\nType: " + input.getNetworkType());
     WifiConfiguration config = new WifiConfiguration();