diff options
| author | Kevin Sawicki | 2011-04-20 21:31:29 +0000 |
|---|---|---|
| committer | Kevin Sawicki | 2011-04-20 21:36:08 +0000 |
| commit | e0a62eb82f92a759253966e8654447a8873f47a3 (patch) | |
| tree | bfb4722d15bccfc134be540a4fac86979f111690 | |
| parent | 1c9e970df80170d28dc664e2085ee3552e6722ab (diff) | |
| download | egit-github-e0a62eb82f92a759253966e8654447a8873f47a3.tar.gz egit-github-e0a62eb82f92a759253966e8654447a8873f47a3.tar.xz egit-github-e0a62eb82f92a759253966e8654447a8873f47a3.zip | |
Add missing properties referenced from Messages class.
Change-Id: I9660cd8a097e5d7ed76fbc91ddc1f9028cfdafdc
Signed-off-by: Kevin Sawicki <kevin@github.com>
| -rw-r--r-- | org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/messages.properties b/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/messages.properties index 52200bcd..48bc8f21 100644 --- a/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/messages.properties +++ b/org.eclipse.mylyn.github.ui/src/org/eclipse/mylyn/github/ui/internal/messages.properties @@ -21,6 +21,8 @@ GitHubRepositorySettingsPage_TaskValidating=Validating settings GitHubRepositorySettingsPage_Title=GitHub Issue Repository Settings GitHubTaskEditorPageFactory_PageText=GitHub IssueLabelAttributeEditor_ActionNewLabel=New Label... +IssueLabelAttributeEditor_ActionRemoveLabel=Remove Label IssueLabelAttributeEditor_DescriptionNewLabel=Label Name: IssueLabelAttributeEditor_MessageEnterName=Enter label name IssueLabelAttributeEditor_TitleNewLabel=New Label +IssueLabelAttributeEditor_TooltipAddLabel=Add Label... |
