Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-08-04 09:06:55 +0000
committerLars Vogel2020-08-04 10:17:45 +0000
commitc78b4d0060bc6d6105b617601a3be8a930ddb697 (patch)
tree37ee7e12b17a04d349e8ab0e762bdd985232f995
parent0d6905a8735afee0ee951b50ce9b3211eb067b0e (diff)
downloadeclipse.platform.ui-c78b4d0060bc6d6105b617601a3be8a930ddb697.tar.gz
eclipse.platform.ui-c78b4d0060bc6d6105b617601a3be8a930ddb697.tar.xz
eclipse.platform.ui-c78b4d0060bc6d6105b617601a3be8a930ddb697.zip
Bug 552367 - Rename UI Responsiveness Monitoring to UI Freeze Monitoring
Change-Id: Ie9f1b4244ae0c5a04360a96458f0b37d3b1d7235 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.ui.monitoring/plugin.properties4
-rw-r--r--tests/org.eclipse.ui.monitoring.tests/OSGI-INF/l10n/bundle.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.ui.monitoring/plugin.properties b/bundles/org.eclipse.ui.monitoring/plugin.properties
index 21687a2f464..72fa443c20d 100644
--- a/bundles/org.eclipse.ui.monitoring/plugin.properties
+++ b/bundles/org.eclipse.ui.monitoring/plugin.properties
@@ -14,8 +14,8 @@
# Lars Vogel (vogella)
###############################################################################
-Bundle-Name=UI Responsiveness Monitoring
+Bundle-Name=UI Freeze Monitoring
Bundle-Vendor=Eclipse.org
-MonitoringPreferencePage.name=UI Responsiveness Monitoring
+MonitoringPreferencePage.name=UI Freeze Monitoring
UiFreezeEventLogger.name=UI Freeze Event Logger
preferenceKeywords=Freeze Delay \ No newline at end of file
diff --git a/tests/org.eclipse.ui.monitoring.tests/OSGI-INF/l10n/bundle.properties b/tests/org.eclipse.ui.monitoring.tests/OSGI-INF/l10n/bundle.properties
index 31c8ea4ab4e..47f0c23898b 100644
--- a/tests/org.eclipse.ui.monitoring.tests/OSGI-INF/l10n/bundle.properties
+++ b/tests/org.eclipse.ui.monitoring.tests/OSGI-INF/l10n/bundle.properties
@@ -11,5 +11,5 @@
# Contributors:
# Sergey Prigogin (Google) - initial API and implementation
###############################################################################
-Bundle-Name=UI Responsiveness Monitoring Tests
+Bundle-Name=UI Freeze Monitoring Tests
Bundle-Vendor=Eclipse.org

Back to the top