Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 9872d9c

Browse files
author
Marcel Gerber
committed
Revert change to non-translation file
1 parent 91e8e78 commit 9872d9c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/htmlContent/search-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{{#scope}}
1313
<div class="contracting-col">{{{scope}}}</div>
1414
{{/scope}}
15-
<div class="fixed-col">&nbsp;{{{summary}}}</div>
15+
<div class="fixed-col">{{{summary}}}</div>
1616
{{#hasPages}}
1717
<div class="pagination-col">
1818
<span class="first-page {{^hasPrev}}disabled{{/hasPrev}}"></span>
@@ -26,4 +26,4 @@
2626
<div class="replace-col">
2727
<button class="btn small replace-checked">{{Strings.BUTTON_REPLACE}}</button>
2828
</div>
29-
{{/replace}}
29+
{{/replace}}

src/nls/de/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ define({
165165
"FIND_REPLACE_TITLE_LABEL" : "Ersetze",
166166
"FIND_REPLACE_TITLE_WITH" : "mit",
167167
"FIND_TITLE_LABEL" : "",
168-
"FIND_TITLE_SUMMARY" : "gefunden &mdash; {0} {1} {2} in {3}",
168+
"FIND_TITLE_SUMMARY" : " gefunden &mdash; {0} {1} {2} in {3}",
169169

170170
// Find in Files
171171
"FIND_NUM_FILES" : "{0} {1}",

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ define({
165165
"FIND_REPLACE_TITLE_LABEL" : "Replace",
166166
"FIND_REPLACE_TITLE_WITH" : "with",
167167
"FIND_TITLE_LABEL" : "Found",
168-
"FIND_TITLE_SUMMARY" : "&mdash; {0} {1} {2} in {3}",
168+
"FIND_TITLE_SUMMARY" : " &mdash; {0} {1} {2} in {3}",
169169

170170
// Find in Files
171171
"FIND_NUM_FILES" : "{0} {1}",

0 commit comments

Comments
 (0)