summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorpoitzorg <[email protected]>2012-01-07 02:59:37 +0100
committerpoitzorg <[email protected]>2012-01-07 02:59:37 +0100
commit8747a04a8b7478ade64e4bc7a61b2be72ca0d0b4 (patch)
tree30fce2684ee767fe7752117d43639412e5b50b2f /res/xml
parentc94449f1f3129dc392b383f06616290ec58a99c9 (diff)
Revert "Changed login and login_login Strings. login_login = "Username" login = "Log in""
This reverts commit c94449f1f3129dc392b383f06616290ec58a99c9
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 85e11f88..1afeac97 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -7,7 +7,7 @@
android:key="login"
android:singleLine="true"
android:summary="@string/login_summary"
- android:title="@string/login_login" >
+ android:title="@string/login" >
</EditTextPreference>
<EditTextPreference
@@ -38,7 +38,7 @@
android:key="http_login"
android:singleLine="true"
android:summary="@string/http_login_summary"
- android:title="@string/login_login" >
+ android:title="@string/login" >
</EditTextPreference>
<EditTextPreference