From f826e651424cd4e17c92f953b11c9593a6df7e80 Mon Sep 17 00:00:00 2001 From: Edward Mann Date: Sat, 26 Jan 2008 00:02:45 +0000 Subject: [PATCH] While addressing ticket #521 and #573 i noticed that there were to names for setting breakpoints. So to help make things more consistent i have changed the names to Toggle Breakpoint. Refs #521 and #573 --- .../plugin.properties | 3 +-- .../debug/ui/PHPDebugUiMessages.properties | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net.sourceforge.phpeclipse.debug.ui/plugin.properties b/net.sourceforge.phpeclipse.debug.ui/plugin.properties index e83f641..73e44ee 100644 --- a/net.sourceforge.phpeclipse.debug.ui/plugin.properties +++ b/net.sourceforge.phpeclipse.debug.ui/plugin.properties @@ -11,8 +11,7 @@ RunMenu.label=&Run BreakpoingActionSet.label=PHP Breakpoints # GlobalManageBreakpointAction.label=Toggle Line Breakpoint (PHP) -AddBreakpoint.label=Toggle DBG Breakpoint - +AddBreakpoint.label=Toggle Breakpoint Context.Debugging.name=Debugging PHP Context.Debugging.description=Debugging PHP-Scripts DebugHover.description=Shows the value of the selected variable. diff --git a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/PHPDebugUiMessages.properties b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/PHPDebugUiMessages.properties index c33420d..6cfffab 100644 --- a/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/PHPDebugUiMessages.properties +++ b/net.sourceforge.phpeclipse.debug.ui/src/net/sourceforge/phpdt/internal/debug/ui/PHPDebugUiMessages.properties @@ -69,7 +69,7 @@ PHPBasePreferencePage.label=General Properties #PHPManageBreakpointRulerAction.AddBreakpoint=Add Breakpoint #PHPManageBreakpointRulerAction.RemoveBreakpoint=Remove Breakpoint -PHPManageBreakpointRulerAction.ToggleBreakpoint=Toggle PHP &Breakpoint +PHPManageBreakpointRulerAction.ToggleBreakpoint=Toggle &Breakpoint PHPDebugModelPresentation.= PHPDebugModelPresentation.line=line: -- 1.7.1