diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-02 10:28:06 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-02 10:28:06 +0100 |
commit | 6fb773875736a47e465ad7cb1554874ec1cd15e1 (patch) | |
tree | 123a424a0a35eae35b6e54130034b4e5e06d9bc8 /src/main/res/layout | |
parent | f58407d0b836d07fda0a95285a4c2279996bf490 (diff) |
Fixes FS#146: Remove Tor-Support
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/activity_edit_account.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/activity_edit_account.xml b/src/main/res/layout/activity_edit_account.xml index 4d0e6056..cf49b3ac 100644 --- a/src/main/res/layout/activity_edit_account.xml +++ b/src/main/res/layout/activity_edit_account.xml @@ -102,7 +102,7 @@ android:id="@+id/hostname" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:hint="@string/hostname_or_onion" + android:hint="@string/hostname_example" android:inputType="textNoSuggestions" android:textColor="@color/primaryText" android:textColorHint="@color/secondaryText" |