From 5d8cad583dcc2f4401163bc857b8f67d4ba00d37 Mon Sep 17 00:00:00 2001 From: Blake Winton Date: Tue, 28 Aug 2012 13:37:46 -0400 Subject: [PATCH] Small tweaks, as per user feedback. --- australis/customization/mac/www/index.html | 2 +- australis/customization/mac/www/js/app/models.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/australis/customization/mac/www/index.html b/australis/customization/mac/www/index.html index 1198d1f..b07ba94 100644 --- a/australis/customization/mac/www/index.html +++ b/australis/customization/mac/www/index.html @@ -2,7 +2,7 @@ - Customization Mode + Home diff --git a/australis/customization/mac/www/js/app/models.js b/australis/customization/mac/www/js/app/models.js index 94484ed..3f88b98 100644 --- a/australis/customization/mac/www/js/app/models.js +++ b/australis/customization/mac/www/js/app/models.js @@ -163,13 +163,13 @@ define(["jquery", "underscore", "backbone", "jquery-ui"], function($, _, Backbon shortcut: "F1", label: "Share" }, { type: "bookmarks", description: "Open your bookmarks", shortcut: "Ctrl-Shift-B", label: "Bookmarks" }, - { type: "subscribe", description: "Who even uses RSS anymore?", + { type: "subscribe", description: "Subscribe", shortcut: "Ctrl-Shift-B", label: "Subscribe" }, - { type: "tabGroups", description: "Formerly Panorama", + { type: "tabGroups", description: "Group your Tabs", shortcut: "Ctrl-Shift-E", label: "tabGroups" }, { type: "home", description: "Go to your home page", shortcut: "Ctrl-H", label: "Home" }, - { type: "sync", description: "Now with BrowserID", + { type: "sync", description: "Sync", shortcut: "Ctrl-Shift-B", label: "Sync" }, { type: "openFile", description: "Open a file", shortcut: "Ctrl-F", label: "Open File" },