Skip to content

Commit

Permalink
Card 21 (Replace everywhere "Sign out" instead of "Log out")
Browse files Browse the repository at this point in the history
- res/values/strings.xml: replaces Loug out with SIgn out everywhere
  • Loading branch information
httpdispatch committed Oct 15, 2013
1 parent 2a46413 commit b9f42b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<string name="share_twitter_logged_in_as">Logged in as %1$s</string>
<string name="share_twitter_send_tweet">Post a Tweet</string>
<string name="share_twitter_dialog_title">Twitter share</string>
<string name="share_twitter_logout">Logout</string>
<string name="share_twitter_logout">Sign out</string>
<string name="share_twitter_default_msg">%1$s shared via @trovebox</string>
<string name="share_twitter_default_with_title_msg">%1$s %2$s shared via @trovebox</string>
<string name="share_twitter_success_message">Photo has been shared successfully</string>
Expand Down Expand Up @@ -145,7 +145,7 @@
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="pleaseSpecifyFirst">Please specify %1$s first!</string>
<string name="logOut">Log out</string>
<string name="logOut">Sign out</string>
<string name="areYouSureQuestion">Are you sure?</string>
<string name="external_storage_na_message">sdcard is missing or currently not mounted. Cannot continue.</string>
<string name="action_not_supported_on_os_version">This action is not supported on your device OS version.</string>
Expand Down Expand Up @@ -210,7 +210,7 @@
<string name="sync_clear">Clear sync information</string>
<string name="sync_clear_comment">This doesn\'t touch your images. Only uploaded markers are removed.</string>
<string name="sync_cleared_message">The sync information has been cleared</string>
<string name="setting_account_facebook_loggedin_logout">Facebook Log out</string>
<string name="setting_account_facebook_loggedin_logout">Facebook Sign out</string>
<string name="setting_account_server_title">URL</string>
<string name="setting_set_tag_dialog_title">Set tag for uploaded pictures</string>
<string name="setting_set_tag_hint">Include these tags</string>
Expand All @@ -221,7 +221,7 @@
<string name="setting_account_edit_account_title">Edit account</string>
<string name="setting_account_change_profile_picture_title">Change profile picture</string>
<string name="setting_account_title">Account</string>
<string name="setting_account_loggedin_logout">Log out</string>
<string name="setting_account_loggedin_logout">Sign out</string>
<string name="setting_account_loggedin_login">Log in</string>

<!-- Screens for Create/Login/Own domain: Account -->
Expand Down

0 comments on commit b9f42b5

Please sign in to comment.