Skip to content

Commit e674afe

Browse files
author
Chris K
committed
Removed duplicates in ui strings.
1 parent cb3d16f commit e674afe

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ ui_strings.M_CONTEXTMENU_DISABLE_ALL_BREAKPOINTS = "Disable all breakpoints";
7272
/* DESC: Context menu item for disabling a breakpoint. */
7373
ui_strings.M_CONTEXTMENU_DISABLE_BREAKPOINT = "Disable breakpoint";
7474

75-
/* DESC: Context menu item for disabling a breakpoint. */
76-
ui_strings.M_CONTEXTMENU_DISABLE_BREAKPOINT = "Disable breakpoint";
77-
7875
/* DESC: Context menu item for disabling all declarations in a rule. */
7976
ui_strings.M_CONTEXTMENU_DISABLE_DECLARATIONS = "Disable all declarations";
8077

@@ -906,9 +903,6 @@ ui_strings.S_INFO_DOCUMNENT_LOADING = "Updating Opera Dragonfly…";
906903
/* DESC: There was an error trying to listen to the specified port */
907904
ui_strings.S_INFO_ERROR_LISTENING = "There was an error. Please check that port %s is not in use.";
908905

909-
/* DESC: A info message that the debugger is currently in HTTP profiler mode. */
910-
ui_strings.S_INFO_HTTP_PROFILER_MODE = "The debugger is in HTTP profiler mode. All other features are disabled."
911-
912906
/* DESC: A info message that the debugger is currently in HTTP profiler mode. */
913907
ui_strings.S_INFO_HTTP_PROFILER_MODE = "The debugger is in HTTP profiler mode. All other features are disabled.";
914908

@@ -936,9 +930,6 @@ ui_strings.S_INFO_NO_JAVASCRIPT_IN_CONTEXT = "There is no JavaScript environment
936930
/* DESC: The info text in an alert box if the user has specified an invalid port number for remote debugging. */
937931
ui_strings.S_INFO_NO_VALID_PORT_NUMBER = "Please select a port number between %s and %s.";
938932

939-
/* DESC: A info message that the debugger is currently in profiler mode. */
940-
ui_strings.S_INFO_PROFILER_MODE = "The debugger is in profiler mode. All other features are disabled."
941-
942933
/* DESC: A info message that the debugger is currently in profiler mode. */
943934
ui_strings.S_INFO_PROFILER_MODE = "The debugger is in profiler mode. All other features are disabled.";
944935

@@ -1074,9 +1065,6 @@ ui_strings.S_LABEL_EDIT_WATCH = "Edit watch";
10741065
/* DESC: Button label to enable the default debugger features. */
10751066
ui_strings.S_LABEL_ENABLE_DEFAULT_FEATURES = "Enable the default debugger features";
10761067

1077-
/* DESC: Button label to enable the default debugger features. */
1078-
ui_strings.S_LABEL_ENABLE_DEFAULT_FEATURES = "Enable the default debugger features";
1079-
10801068
/* DESC: Setting label to select the font face */
10811069
ui_strings.S_LABEL_FONT_SELECTION_FACE = "Font face";
10821070

@@ -1749,9 +1737,6 @@ ui_strings.S_TOGGLE_DOM_MODEBAR_HEADER = "Breadcrumb Trail";
17491737
/* DESC: Label on button to pause/unpause updates of the network graph view */
17501738
ui_strings.S_TOGGLE_PAUSED_UPDATING_NETWORK_VIEW = "Pause updating network activity";
17511739

1752-
/* DESC: Script type for events in the profiler */
1753-
ui_strings.S_SCRIPT_TYPE_EVAL = "Eval";
1754-
17551740
/* DESC: String shown instead of filename when file name is missing */
17561741
ui_strings.S_UNKNOWN_SCRIPT = "(Unknown script)";
17571742

0 commit comments

Comments
 (0)