Skip to content

Commit d0aba88

Browse files
author
Daniel Herzog
committed
Fix for DFL-3327: ui_strings.S_INFO_IS_SEARCHING has broken characters
1 parent 112f57c commit d0aba88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-strings/ui_strings-en.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ ui_strings.S_HTTP_UNREFERENCED = "Unreferenced";
808808
ui_strings.S_INFO_DOCUMENT_HAS_NO_STYLESHEETS = "This document has no style sheets";
809809

810810
/* DESC: Feedback showing that Opera Dragonfly is loading and the user shall have patience. */
811-
ui_strings.S_INFO_DOCUMNENT_LOADING = "Updating Opera Dragonfly…";
811+
ui_strings.S_INFO_DOCUMNENT_LOADING = "Updating Opera Dragonfly";
812812

813813
/* DESC: There was an error trying to listen to the specified port */
814814
ui_strings.S_INFO_ERROR_LISTENING = "There was an error. Please check that port %s is not in use.";
@@ -823,7 +823,7 @@ ui_strings.S_INFO_INVALID_REGEXP = "Invalid regular expression.";
823823
ui_strings.S_INFO_INVERT_ELEMENT_HIGHLIGHT = "The element highlight color can be inverted with the \"%s\" shortcut.";
824824

825825
/* DESC: The info text to notify the user that the application is performing the search. */
826-
ui_strings.S_INFO_IS_SEARCHING = "Searching…";
826+
ui_strings.S_INFO_IS_SEARCHING = "Searching";
827827

828828
/* DESC: Info text in the network view when a page starts to load while screen updats are paused */
829829
ui_strings.S_INFO_NETWORK_UPDATES_PAUSED = "Updating of network log is paused.";

0 commit comments

Comments
 (0)