diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-24 23:58:51 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-01-24 23:58:51 +0100 |
commit | df9dcb1060d44a719e2892446b62cde884a880cf (patch) | |
tree | ed3bf01c8f249162018b33460f81b52ac2f618fb /res/values | |
parent | b273390e26e1d28f6df01fb421d8554cb7588a58 (diff) |
basic persistance layer. refactor some parts of the conversation activity
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 053dfa5c..d6849e02 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5,10 +5,8 @@ <string name="action_settings">Settings</string> <string name="action_add">New conversation</string> <string name="action_accounts">Manage accounts</string> - <string name="action_archive">Archive</string> + <string name="action_archive">Archive conversation</string> <string name="action_details">Show details</string> <string name="action_secure">Secure conversation</string> <string name="title_activity_new_conversation">New Conversation</string> - <string name="hello_world">Hello world!</string> - </resources> |