commit | 40a3661e32821e85c0636d285a31a0691f3ff2fd | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Wed Jul 20 14:40:20 2011 -0700 |
committer | John Reck <jreck@google.com> | Wed Jul 20 14:41:32 2011 -0700 |
tree | 3f3b3a8b133b7f92d1bf1cbc6b83ec1af28b5bd3 | |
parent | 6265b744c3097c24e42ee62ca0969ab9c4d6a91b [diff] |
Create strings for snapshots Bug: 5045524 Change-Id: I6da82e613a15e5499d95b4335a039530e8a6764b
diff --git a/res/menu/snapshots_context.xml b/res/menu/snapshots_context.xml index 01880dd..af7a776 100644 --- a/res/menu/snapshots_context.xml +++ b/res/menu/snapshots_context.xml
@@ -18,6 +18,6 @@ <group android:id="@+id/CONTEXT_MENU"> <item android:id="@+id/delete_context_menu_id" - android:title="@string/remove_bookmark"/> + android:title="@string/remove_snapshot"/> </group> </menu>