aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-02-01 19:34:15 +0100
committerBananeweizen <bananeweizen@gmx.de>2013-02-01 19:34:15 +0100
commit4357067bfe93803c30cd2bd752fbb0e001994228 (patch)
treecaa28e96f1a283af7222b0a300e1eed4bc1ca046 /main/res/layout
parent789088381a654b37a18962533b9a4b38a51bc8fe (diff)
downloadcgeo-4357067bfe93803c30cd2bd752fbb0e001994228.zip
cgeo-4357067bfe93803c30cd2bd752fbb0e001994228.tar.gz
cgeo-4357067bfe93803c30cd2bd752fbb0e001994228.tar.bz2
change wording from "GC code" to "geo code"
Diffstat (limited to 'main/res/layout')
-rw-r--r--main/res/layout/search.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/search.xml b/main/res/layout/search.xml
index 5869962..a25bf0f 100644
--- a/main/res/layout/search.xml
+++ b/main/res/layout/search.xml
@@ -89,13 +89,13 @@
<TextView
style="@style/separator_horizontal_headline"
- android:text="@string/search_gc" />
+ android:text="@string/search_geo" />
</RelativeLayout>
<AutoCompleteTextView
android:id="@+id/geocode"
style="@style/edittext_full"
- android:hint="@string/search_gc"
+ android:hint="@string/search_geo"
android:imeOptions="actionGo"
android:inputType="textCapCharacters"
android:text="GC"
@@ -104,7 +104,7 @@
<Button
android:id="@+id/display_geocode"
style="@style/button_full"
- android:text="@string/search_gc_button" />
+ android:text="@string/search_geo_button" />
<!-- ** -->
<RelativeLayout style="@style/separator_horizontal_layout" >