summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/client_dashboard.xml3
-rwxr-xr-xres/values/strings.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/res/menu/client_dashboard.xml b/res/menu/client_dashboard.xml
index fffd4e23..a8eaf795 100644
--- a/res/menu/client_dashboard.xml
+++ b/res/menu/client_dashboard.xml
@@ -7,6 +7,7 @@
android:title="@string/menu_settings"/>
<item android:id="@+id/about_leap" android:title="@string/about" android:orderInCategory="110" />
<item android:id="@+id/legacy_interface" android:title="ICS OpenVPN Interface" android:orderInCategory="500" />
- <item android:id="@+id/login_button" android:title="@string/login_button" android:visible="true"></item>
+ <item android:id="@+id/login_button" android:title="@string/login_button" android:visible="false"></item>
+ <item android:id="@+id/logout_button" android:title="@string/logout_button" android:visible="false"></item>
</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index eac73bc7..03de1ee8 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -269,6 +269,7 @@
<string name="password_ask">Enter your password</string>
<string name="log_in_button">Log in</string>
<string name="login_button">Log In</string>
+ <string name="logout_button">Log Out</string>
<string name="danger_checkbox">Trust completely</string>
</resources> \ No newline at end of file