Fixed double string in error reporting

This commit is contained in:
Timofey 2016-03-18 20:48:43 +03:00 committed by Sergey Yershov
parent 123c111a04
commit 89bf9f6e3d

View file

@ -110,7 +110,7 @@
android:layout_marginLeft="@dimen/margin_base"
android:layout_marginRight="@dimen/margin_base"
android:layout_marginTop="@dimen/margin_quarter_plus"
android:text="@string/editor_report_problem_desription_1"/>
android:text="@string/editor_report_problem_desription_2"/>
</LinearLayout>