Skip to content

Commit f662214

Browse files
committed
Fix localization name of HighlightMatchingWordsDelay
The description wouldn't show up / produce an error in the output panel.
1 parent dfd29ff commit f662214

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

PluginCore/PluginCore/Resources/de_DE.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5900,7 +5900,7 @@ Eigene Sprachumgebungen müssen eine Erweiterung der Standard-Sprachumgebung sei
59005900
<value>Disables the move refactoring of files and folders.</value>
59015901
<comment>Added after 4.7.2</comment>
59025902
</data>
5903-
<data name="HighlightMatchingWordsDelay" xml:space="preserve">
5903+
<data name="FlashDevelop.Description.HighlightMatchingWordsDelay" xml:space="preserve">
59045904
<value>The delay in milliseconds after the word match highlight should be shown.</value>
59055905
<comment>Added after 4.7.2</comment>
59065906
</data>

PluginCore/PluginCore/Resources/en_US.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5913,7 +5913,7 @@ Custom locales must be an extension of a default locale, e.g. en-US.</value>
59135913
<value>Disables the move refactoring of files and folders.</value>
59145914
<comment>Added after 4.7.2</comment>
59155915
</data>
5916-
<data name="HighlightMatchingWordsDelay" xml:space="preserve">
5916+
<data name="FlashDevelop.Description.HighlightMatchingWordsDelay" xml:space="preserve">
59175917
<value>The delay in milliseconds after the word match highlight should be shown.</value>
59185918
<comment>Added after 4.7.2</comment>
59195919
</data>

PluginCore/PluginCore/Resources/eu_ES.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5897,7 +5897,7 @@ Lokalizazio pertsonalizatuek lehenetsiaren luzapen bat izan behar dute, adb. en-
58975897
<value>Disables the move refactoring of files and folders.</value>
58985898
<comment>Added after 4.7.2</comment>
58995899
</data>
5900-
<data name="HighlightMatchingWordsDelay" xml:space="preserve">
5900+
<data name="FlashDevelop.Description.HighlightMatchingWordsDelay" xml:space="preserve">
59015901
<value>The delay in milliseconds after the word match highlight should be shown.</value>
59025902
<comment>Added after 4.7.2</comment>
59035903
</data>

PluginCore/PluginCore/Resources/ja_JP.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5962,7 +5962,7 @@ UseData:"</value>
59625962
<value>Disables the move refactoring of files and folders.</value>
59635963
<comment>Added after 4.7.2</comment>
59645964
</data>
5965-
<data name="HighlightMatchingWordsDelay" xml:space="preserve">
5965+
<data name="FlashDevelop.Description.HighlightMatchingWordsDelay" xml:space="preserve">
59665966
<value>The delay in milliseconds after the word match highlight should be shown.</value>
59675967
<comment>Added after 4.7.2</comment>
59685968
</data>

PluginCore/PluginCore/Resources/zh_CN.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5910,7 +5910,7 @@
59105910
<value>Disables the move refactoring of files and folders.</value>
59115911
<comment>Added after 4.7.2</comment>
59125912
</data>
5913-
<data name="HighlightMatchingWordsDelay" xml:space="preserve">
5913+
<data name="FlashDevelop.Description.HighlightMatchingWordsDelay" xml:space="preserve">
59145914
<value>The delay in milliseconds after the word match highlight should be shown.</value>
59155915
<comment>Added after 4.7.2</comment>
59165916
</data>

0 commit comments

Comments
 (0)