Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ALOY-740] Remove redundant "(Alloy)" from sample app names #176

Merged
merged 1 commit into from Jul 12, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions Alloy/commands/info/index.js
Expand Up @@ -27,19 +27,19 @@ var info = {
var desc = [
{
name: "mapping",
label: "Geocoder (Alloy)",
label: "Geocoder",
Description: "A sample app that uses native maps to plot locations. With it you can forward geocode addresses and add them as annotations to the map.",
icon: "app.png"
},
{
name: "rss",
label: "RSS Reader (Alloy)",
label: "RSS Reader",
Description: "A sample Master/Detail app that creates a RSS reader. With it you can pull live RSS feeds from the internet, list them along with thumbnails, then drill down to the article itself.",
icon: "app.png"
},
{
name: "todo",
label: "Todo List (Alloy)",
label: "Todo List",
Description: "A sample application that creates a basic todo list. With this app you can maintain a listing of tasks to be completed, add to that list, and mark tasks as done, all powered by Alloy models and collections.",
icon: "app.png"
}
Expand Down