Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/src/org/eclipse/linuxtools/internal/systemtap/graphingapi/ui/localization.properties')
-rw-r--r--systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/src/org/eclipse/linuxtools/internal/systemtap/graphingapi/ui/localization.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/src/org/eclipse/linuxtools/internal/systemtap/graphingapi/ui/localization.properties b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/src/org/eclipse/linuxtools/internal/systemtap/graphingapi/ui/localization.properties
index 6c85b85ea2..9a7c2c05f3 100644
--- a/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/src/org/eclipse/linuxtools/internal/systemtap/graphingapi/ui/localization.properties
+++ b/systemtap/org.eclipse.linuxtools.systemtap.graphingapi.ui/src/org/eclipse/linuxtools/internal/systemtap/graphingapi/ui/localization.properties
@@ -140,11 +140,12 @@ SelectGraphAndSeriesWizardPage.Graph=Graph Type:
SelectGraphAndSeriesWizardPage.Title=Title:
SelectGraphAndSeriesWizardPage.XSeries=X Series:
SelectGraphAndSeriesWizardPage.RowID=Row ID
-SelectGraphAndSeriesWizardPage.YSeries=Y Series
+SelectGraphAndSeriesWizardPage.YSeries=Y Series {0}:
SelectGraphAndSeriesWizardPage.TitleNotSet=Title not set
SelectGraphAndSeriesWizardPage.KeyFilter=Key filter:
SelectGraphAndSeriesWizardPage.KeyNotSet=Key not set
SelectGraphAndSeriesWizardPage.NA=NA
SelectGraphAndSeriesWizardPage.Deleted=<Deleted>
SelectGraphAndSeriesWizardPage.UseHistoricalData=Use historical data?
-SelectGraphAndSeriesWizardPage.SeriesNotSelected=Series not selected, or share the same selection
+SelectGraphAndSeriesWizardPage.SeriesDeleted=Series not selected
+SelectGraphAndSeriesWizardPage.SeriesNotUnique=Series share the same selection

Back to the top