diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2014-08-17 00:32:47 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2014-08-17 00:32:47 +0200 |
commit | fc07e620e834dfa3495323e29ae10e21c3621804 (patch) | |
tree | aeed1e644019edcec88ebb65ddf69323abc12860 /res | |
parent | 5d8801d4687035ae45143f0f3bc3eeaf75dc17ec (diff) | |
download | andiodine-fc07e620e834dfa3495323e29ae10e21c3621804.tar.gz andiodine-fc07e620e834dfa3495323e29ae10e21c3621804.zip |
Detect issue #4 and display specific error message
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/fragment_status.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/fragment_status.xml b/res/layout/fragment_status.xml index d6030e3..65f63b1 100644 --- a/res/layout/fragment_status.xml +++ b/res/layout/fragment_status.xml @@ -37,7 +37,7 @@ <Button android:drawableLeft="@drawable/cancel" - android:text="Cancel" + android:text="Close" android:id="@+id/status_cancel" android:layout_width="match_parent" android:layout_height="50dp" |