diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-31 00:49:08 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-31 00:49:08 +0200 |
commit | 4a2f853dba829b6c3b582c9c2a0b1bab5d902d4a (patch) | |
tree | 6f5bc425099e608bf260c307556d85de6b6034a6 /res/layout/file_dialog_row.xml | |
parent | 1c21f335d7c3c5049c3e9cdd6c9dc411bb153e2d (diff) |
Add most of the missing german translations
Diffstat (limited to 'res/layout/file_dialog_row.xml')
-rw-r--r-- | res/layout/file_dialog_row.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/file_dialog_row.xml b/res/layout/file_dialog_row.xml index 4dd8ecad..c7a5f652 100644 --- a/res/layout/file_dialog_row.xml +++ b/res/layout/file_dialog_row.xml @@ -8,9 +8,8 @@ android:layout_width="wrap_content" android:layout_height="35dp" android:layout_alignParentLeft="true" - android:contentDescription="@string/filetypeicon" android:paddingLeft="3dp" - android:paddingRight="5dp" /> + android:paddingRight="5dp" android:contentDescription="@string/file_icon"/> <TextView android:id="@+id/fdrowtext" |