Skip to content

Commit

Permalink
Small tweaks, as per user feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinton committed Aug 28, 2012
1 parent b2c194b commit 5d8cad5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion australis/customization/mac/www/index.html
Expand Up @@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Customization Mode</title> <title>Home</title>
<link href="styles/general.css" type="text/css" rel="stylesheet" /> <link href="styles/general.css" type="text/css" rel="stylesheet" />
<link href="styles/toolbar.css" type="text/css" rel="stylesheet" /> <link href="styles/toolbar.css" type="text/css" rel="stylesheet" />
<link href="styles/panel.css" type="text/css" rel="stylesheet" /> <link href="styles/panel.css" type="text/css" rel="stylesheet" />
Expand Down
6 changes: 3 additions & 3 deletions australis/customization/mac/www/js/app/models.js
Expand Up @@ -163,13 +163,13 @@ define(["jquery", "underscore", "backbone", "jquery-ui"], function($, _, Backbon
shortcut: "F1", label: "Share" }, shortcut: "F1", label: "Share" },
{ type: "bookmarks", description: "Open your bookmarks", { type: "bookmarks", description: "Open your bookmarks",
shortcut: "Ctrl-Shift-B", label: "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" }, shortcut: "Ctrl-Shift-B", label: "Subscribe" },
{ type: "tabGroups", description: "Formerly Panorama", { type: "tabGroups", description: "Group your Tabs",
shortcut: "Ctrl-Shift-E", label: "tabGroups" }, shortcut: "Ctrl-Shift-E", label: "tabGroups" },
{ type: "home", description: "Go to your home page", { type: "home", description: "Go to your home page",
shortcut: "Ctrl-H", label: "Home" }, shortcut: "Ctrl-H", label: "Home" },
{ type: "sync", description: "Now with BrowserID", { type: "sync", description: "Sync",
shortcut: "Ctrl-Shift-B", label: "Sync" }, shortcut: "Ctrl-Shift-B", label: "Sync" },
{ type: "openFile", description: "Open a file", { type: "openFile", description: "Open a file",
shortcut: "Ctrl-F", label: "Open File" }, shortcut: "Ctrl-F", label: "Open File" },
Expand Down

0 comments on commit 5d8cad5

Please sign in to comment.