Skip to content

Commit

Permalink
Tweaked report issue labels
Browse files Browse the repository at this point in the history
  • Loading branch information
NoxArt committed Jan 27, 2013
1 parent 0c0846c commit fe47235
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Context.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"command": "ftp_sync_url_readme"
},
{
"caption": "Report issue (Github)",
"caption": "Report issue / suggestion (Github)",
"command": "ftp_sync_url_report"
}

Expand Down
2 changes: 1 addition & 1 deletion Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"command": "ftp_sync_url_readme"
},
{
"caption": "FTPSync: Report issue (Github)",
"caption": "FTPSync: Report issue / suggestion (Github)",
"command": "ftp_sync_url_report"
}
]
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"command": "ftp_sync_url_readme"
},
{
"caption": "Report issue (Github)",
"caption": "Report issue / suggestion (Github)",
"command": "ftp_sync_url_report"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Side Bar.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{ "caption": "-" },
{ "caption": "Setup FTPSync in this folder", "command": "ftp_sync_new_settings", "args": {"dirs": []} },
{ "caption": "Open README (Github)", "command": "ftp_sync_url_readme" },
{ "caption": "Report issue (Github)", "command": "ftp_sync_url_report" }
{ "caption": "Report issue / suggestion (Github)", "command": "ftp_sync_url_report" }
]
}
]

0 comments on commit fe47235

Please sign in to comment.