Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-05-17 17:19:25 +0000
committerKevin Sawicki2011-05-17 17:19:25 +0000
commit4debccab7b75998c47f3e367412dded667ce3f47 (patch)
treee4dfeef236902b91ba494c793c8b04f2c87cd48c /org.eclipse.mylyn.github.ui/plugin.properties
parentab16916d510898ce61f3675fa013ac57995adb23 (diff)
downloadegit-github-4debccab7b75998c47f3e367412dded667ce3f47.tar.gz
egit-github-4debccab7b75998c47f3e367412dded667ce3f47.tar.xz
egit-github-4debccab7b75998c47f3e367412dded667ce3f47.zip
Support creating public and private Gists from GitHub menu.
Change-Id: I5277bc907bb33a5fce206264e0e29396a877ffa4 Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/plugin.properties')
-rw-r--r--org.eclipse.mylyn.github.ui/plugin.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github.ui/plugin.properties b/org.eclipse.mylyn.github.ui/plugin.properties
index 8751f28f..7972826a 100644
--- a/org.eclipse.mylyn.github.ui/plugin.properties
+++ b/org.eclipse.mylyn.github.ui/plugin.properties
@@ -4,4 +4,8 @@ gistCoreConnectorName=GitHub Gist repository connector
gistUiConnectorName=GitHub Gist repository connector UI
pluginName=Mylyn GitHub Connector UI (Incubation)
providerName=Eclipse EGit
-importRepositoriesWizardName=GitHub Task Repositories \ No newline at end of file
+importRepositoriesWizardName=GitHub Task Repositories
+githubMenuLabel=GitHub
+createGistPublicParamName=Public Gist
+createPublicGistLabel=Create Public Gist
+createPrivateGistLabel=Create Private Gist \ No newline at end of file

Back to the top