summaryrefslogtreecommitdiff
path: root/res/layout/gpodnetauth_credentials.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/gpodnetauth_credentials.xml')
-rw-r--r--res/layout/gpodnetauth_credentials.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/gpodnetauth_credentials.xml b/res/layout/gpodnetauth_credentials.xml
index 43268d291..8d32a5e2b 100644
--- a/res/layout/gpodnetauth_credentials.xml
+++ b/res/layout/gpodnetauth_credentials.xml
@@ -29,7 +29,7 @@
android:id="@+id/etxtUsername"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/gpodnet_username_label"
+ android:hint="@string/username_label"
android:layout_below="@id/txtvDescription"
android:layout_margin="8dp"/>
@@ -37,7 +37,7 @@
android:id="@+id/etxtPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:hint="@string/gpodnet_password_label"
+ android:hint="@string/password_label"
android:layout_below="@id/etxtUsername"
android:inputType="textPassword"
android:layout_margin="8dp"/>