Fix crash in navigation in FileList
[pub/Android/ownCloud.git] / res / layout / log_send_file.xml
index 6e6e00f..756a2ed 100644 (file)
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+  ownCloud Android client application
+
+  Copyright (C) 2015 ownCloud Inc.
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License version 2,
+  as published by the Free Software Foundation.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+-->
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
@@ -38,6 +55,6 @@
         android:id="@+id/sendLogHistoryButton"
         android:layout_width="match_parent"
        android:layout_height="50dp"
-        android:text="@string/prefs_log_send_history_button" />
+        android:text="@string/log_send_history_button" />
 
 </LinearLayout>
\ No newline at end of file