mirror of
https://github.com/afollestad/nock-nock.git
synced 2025-04-20 19:45:17 +00:00
Change add site button text
This commit is contained in:
parent
00973b9c71
commit
b750957d79
2 changed files with 1 additions and 2 deletions
|
@ -153,7 +153,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/content_inset_double"
|
||||
android:text="@string/done"
|
||||
android:text="@string/add_site"
|
||||
style="@style/AccentButton"
|
||||
/>
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<string name="add_site">Add Site</string>
|
||||
<string name="site_name">Site Name</string>
|
||||
<string name="site_url">Site URL</string>
|
||||
<string name="done">Done</string>
|
||||
<string name="please_enter_name">Please enter a name!</string>
|
||||
<string name="please_enter_url">Please enter a URL.</string>
|
||||
<string name="please_enter_valid_url">Please enter a valid URL.</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue