<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,33 +5,16 @@
     &lt;string name=&quot;main_title&quot;&gt;Find A Legislator By&lt;/string&gt;
     &lt;string name=&quot;contact_subject&quot;&gt;Android app feedback&lt;/string&gt;
     &lt;string name=&quot;first_time_twitter&quot;&gt;Tap a tweet to reply.&lt;/string&gt;
-    &lt;string name=&quot;empty_zipcode&quot;&gt;
-    	No legislators found for your zipcode.
-    &lt;/string&gt;
-    &lt;string name=&quot;empty_location&quot;&gt;
-    	No legislators found for your location.
-    &lt;/string&gt;
-    &lt;string name=&quot;empty_last_name&quot;&gt;
-    	No legislators found by that last name.
-    &lt;/string&gt;
-    &lt;string name=&quot;empty_state&quot;&gt;
-    	That state code isn\'t valid. Give it another shot.
-    &lt;/string&gt;
-    &lt;string name=&quot;empty_general&quot;&gt;
-    	No legislators found.
-    &lt;/string&gt;
-    &lt;string name=&quot;news_empty&quot;&gt;
-    	No recent news found.
-    &lt;/string&gt;
-    &lt;string name=&quot;twitter_empty&quot;&gt;
-    	No tweets found.
-    &lt;/string&gt;
-    &lt;string name=&quot;youtube_empty&quot;&gt;
-    	No videos found.
-    &lt;/string&gt;
-    &lt;string name=&quot;connection_failed&quot;&gt;
-    	Couldn\'t connect to the network. Press refresh to try again.
-    &lt;/string&gt;
+    &lt;string name=&quot;no_location&quot;&gt;No location.&lt;/string&gt;
+    &lt;string name=&quot;empty_zipcode&quot;&gt;No legislators found for your zipcode.&lt;/string&gt;
+    &lt;string name=&quot;empty_location&quot;&gt;No legislators found for your location.&lt;/string&gt;
+    &lt;string name=&quot;empty_last_name&quot;&gt;No legislators found by that last name.&lt;/string&gt;
+    &lt;string name=&quot;empty_state&quot;&gt;That state code isn\'t valid. Give it another shot.&lt;/string&gt;
+    &lt;string name=&quot;empty_general&quot;&gt;No legislators found.&lt;/string&gt;
+    &lt;string name=&quot;news_empty&quot;&gt;No recent news found.&lt;/string&gt;
+    &lt;string name=&quot;twitter_empty&quot;&gt;No tweets found.&lt;/string&gt;
+    &lt;string name=&quot;youtube_empty&quot;&gt;No videos found.&lt;/string&gt;
+    &lt;string name=&quot;connection_failed&quot;&gt;Couldn\'t connect to the network. Press refresh to try again.&lt;/string&gt;
     &lt;string name=&quot;about_1&quot;&gt;
     	This app made by Sunlight Labs, a division of the Sunlight Foundation that is dedicated to increasing government transparency through the power of technology.
     &lt;/string&gt;</diff>
      <filename>res/values/strings.xml</filename>
    </modified>
    <modified>
      <diff>@@ -57,7 +57,7 @@ public class MainMenu extends Activity {
         
     	if (location == null) {
     		fetchLocation.setEnabled(false);
-	    	fetchLocation.setText(&quot;No known location.&quot;);
+	    	fetchLocation.setText(R.string.no_location);
     	} else {
     		fetchLocation.setOnClickListener(new View.OnClickListener() {
 	    		public void onClick(View v) {</diff>
      <filename>src/com/sunlightlabs/android/congress/MainMenu.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4513d15f87fc71a3777ce06fb780785845fcf049</id>
    </parent>
  </parents>
  <author>
    <name>klondike</name>
    <email>kprojection@gmail.com</email>
  </author>
  <url>http://github.com/sunlightlabs/congress/commit/1328289c5152fd8a62a090b93a4cd584bc5d4a22</url>
  <id>1328289c5152fd8a62a090b93a4cd584bc5d4a22</id>
  <committed-date>2009-11-06T13:58:49-08:00</committed-date>
  <authored-date>2009-11-06T13:58:49-08:00</authored-date>
  <message>Updated the text on the My Location button when it has no known location, and moved it into the resources</message>
  <tree>b8266479e0b40ec603af19da43d1eba724fd0022</tree>
  <committer>
    <name>klondike</name>
    <email>kprojection@gmail.com</email>
  </committer>
</commit>
