Change another string to a resource.
authorvikrama <vikrama@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 23 Jun 2010 22:16:53 +0000 (22:16 +0000)
committervikrama <vikrama@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 23 Jun 2010 22:16:53 +0000 (22:16 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1459 59b500cc-1b3d-0410-9834-0bbf25fbcc57

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();