Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2015-04-21 18:35:24 +0000
committerGerrit Code Review @ Eclipse.org2015-04-23 23:31:26 +0000
commit4dc600cf4703a574129234b1dfdce35c6d1045b1 (patch)
tree81e857dd9d19d222c6eaab0488608be308d09e47
parent4823527365505e7a922737970ddab8afa6cc3e3c (diff)
downloadorg.eclipse.mylyn.reviews-4dc600cf4703a574129234b1dfdce35c6d1045b1.tar.gz
org.eclipse.mylyn.reviews-4dc600cf4703a574129234b1dfdce35c6d1045b1.tar.xz
org.eclipse.mylyn.reviews-4dc600cf4703a574129234b1dfdce35c6d1045b1.zip
458662: change label of Dashboard active task search
As of Gerrit 2.9, the search includes closed reviews. Change-Id: I6eebe776579b63a2a70f876b7196154ad15341a0 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458662
-rw-r--r--org.eclipse.mylyn.gerrit.dashboard.ui/OSGI-INF/l10n/bundle.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.gerrit.dashboard.ui/OSGI-INF/l10n/bundle.properties b/org.eclipse.mylyn.gerrit.dashboard.ui/OSGI-INF/l10n/bundle.properties
index f11c93d56..ae8459e27 100644
--- a/org.eclipse.mylyn.gerrit.dashboard.ui/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.mylyn.gerrit.dashboard.ui/OSGI-INF/l10n/bundle.properties
@@ -39,7 +39,7 @@ command.starred = Starred Changes
command.tooltipStarred = Find my starred changes for the selected repository
command.draftComment = Draft Comments
command.tooltipDraftComment = Find my draft comments for the selected repository
-command.activeTaskReviews = Open for Active Task
+command.activeTaskReviews = For Active Task
command.projectList = List
command.tooltipProjectList = Find the project list for the selected repository
command.groupList = List

Back to the top