Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2013-05-21 04:08:49 +0000
committerGerrit Code Review @ Eclipse.org2013-05-22 23:50:31 +0000
commit8939acaba732cbdc1e34107d47c04c447271de4c (patch)
treee47489eb14d1c5386378757753e2be40de0274f4
parentfbd137cafe5b0609f750d354af8f4d6514df6fbf (diff)
downloadorg.eclipse.mylyn.tasks-8939acaba732cbdc1e34107d47c04c447271de4c.tar.gz
org.eclipse.mylyn.tasks-8939acaba732cbdc1e34107d47c04c447271de4c.tar.xz
org.eclipse.mylyn.tasks-8939acaba732cbdc1e34107d47c04c447271de4c.zip
398472: [i18n]texts are not externalized in "team repositories" view
Bug: 398472 Change-Id: Id4fa7cf9566438b412a33e6dbbfb889acf248a71 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=398472
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.properties5
-rw-r--r--org.eclipse.mylyn.tasks.ui/plugin.xml6
2 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.properties b/org.eclipse.mylyn.tasks.ui/plugin.properties
index 542fba49c..184336743 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.properties
+++ b/org.eclipse.mylyn.tasks.ui/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2009, 2010 Tasktop Technologies and others.
+# Copyright (c) 2009, 2013 Tasktop Technologies and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -220,3 +220,6 @@ commands.task.retrieveContext.label = Retrieve...
commands.task.copyContext.label = Copy to...
commands.task.clearContext.label = Clear
commands.attachment.retrieveContext.label = Retrieve Context
+
+TaskRepositoryWizard.name = Task Repository
+TaskRepositoryWizard.description = Connects to task repositories \ No newline at end of file
diff --git a/org.eclipse.mylyn.tasks.ui/plugin.xml b/org.eclipse.mylyn.tasks.ui/plugin.xml
index 6c44abe1c..ca687cdd9 100644
--- a/org.eclipse.mylyn.tasks.ui/plugin.xml
+++ b/org.eclipse.mylyn.tasks.ui/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2009 Tasktop Technologies and others.
+ Copyright (c) 2009, 2013 Tasktop Technologies and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -2035,9 +2035,9 @@
class="org.eclipse.mylyn.internal.tasks.ui.wizards.NewRepositoryWizard"
icon="icons/etool16/repository-new.gif"
id="org.eclipse.mylyn.tasks.ui.wizard.NewTaskRepository"
- name="Task Repository">
+ name="%TaskRepositoryWizard.name">
<description>
- Connects to task repositories
+ %TaskRepositoryWizard.description
</description>
</wizard>
<primaryWizard

Back to the top