aboutsummaryrefslogtreecommitdiffstats
path: root/main/res
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-09 08:17:32 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-09 08:17:32 +0200
commit7b1c980547211e9bc26f3f12e934d128b7da254f (patch)
tree7bbe7635f1d27879314d571eeaafe4d3c7e569ac /main/res
parentdb88f86e0756ea44414a4da9353af36e39d511dc (diff)
downloadcgeo-7b1c980547211e9bc26f3f12e934d128b7da254f.zip
cgeo-7b1c980547211e9bc26f3f12e934d128b7da254f.tar.gz
cgeo-7b1c980547211e9bc26f3f12e934d128b7da254f.tar.bz2
refactoring: Lint cleanups
Diffstat (limited to 'main/res')
-rw-r--r--main/res/layout/editor.xml25
-rw-r--r--main/res/values-it/strings.xml2
2 files changed, 1 insertions, 26 deletions
diff --git a/main/res/layout/editor.xml b/main/res/layout/editor.xml
deleted file mode 100644
index d556836..0000000
--- a/main/res/layout/editor.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/linearLayout1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
-
- <EditText
- android:id="@+id/editorEditText"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"
- android:inputType="textMultiLine"
- android:scrollbars="vertical" >
-
- <requestFocus />
- </EditText>
-
- <Button
- android:id="@+id/editorSave"
- style="@style/button_full"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/editor_save" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/main/res/values-it/strings.xml b/main/res/values-it/strings.xml
index a36493d..b3af349 100644
--- a/main/res/values-it/strings.xml
+++ b/main/res/values-it/strings.xml
@@ -1005,7 +1005,7 @@
<string name="attribute_inside_no">Senza aree interne</string>
<string name="attribute_in_water_yes">In acqua</string>
<string name="attribute_in_water_no">Non in acqua</string>
- <string name="attribute_no_gps_yes">Senza GPS (lettere, cistes, carta e bussola...)</string>
+ <string name="attribute_no_gps_yes">Senza GPS (lettere, cistes, carta e bussola…)</string>
<string name="attribute_no_gps_no">Con GPS</string>
<string name="attribute_overnight_yes">Necessario permanere di notte</string>
<string name="attribute_overnight_no">Permanenza notturna non necessaria</string>