Skip to content

Commit 1858906

Browse files
committed
Merge pull request #878 from SlavaRa/feature/refactor_4
Fixed typo in localization
2 parents 80925d7 + 7bea707 commit 1858906

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

External/Plugins/CodeAnalyzer/PluginMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private void InitBasics()
133133
String dataPath = Path.Combine(PathHelper.DataDir, "CodeAnalyzer");
134134
if (!Directory.Exists(dataPath)) Directory.CreateDirectory(dataPath);
135135
this.settingFilename = Path.Combine(dataPath, "Settings.fdb");
136-
this.pluginDesc = TextHelper.GetString("Info.Decription");
136+
this.pluginDesc = TextHelper.GetString("Info.Description");
137137
}
138138

139139
/// <summary>

PluginCore/PluginCore/Resources/de_DE.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3570,7 +3570,7 @@ Bitte bedenken Sie, dass Sie viele Projektoptionen nicht mehr nutzen können, so
35703570
<data name="CodeAnalyzer.Description.PMDRuleset" xml:space="preserve">
35713571
<value>Standard Regeldatei für Flex PMD.</value>
35723572
</data>
3573-
<data name="CodeAnalyzer.Info.Decription" xml:space="preserve">
3573+
<data name="CodeAnalyzer.Info.Description" xml:space="preserve">
35743574
<value>Fügt FlashDevelop Flex PMD Codeanalyse hinzu.</value>
35753575
</data>
35763576
<data name="CodeAnalyzer.Label.AnalyzeProject" xml:space="preserve">

PluginCore/PluginCore/Resources/en_US.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@ Please note that with injection enabled, you will not be able to use many projec
35753575
<data name="CodeAnalyzer.Description.PMDRuleset" xml:space="preserve">
35763576
<value>Default custom ruleset file for the Flex PMD.</value>
35773577
</data>
3578-
<data name="CodeAnalyzer.Info.Decription" xml:space="preserve">
3578+
<data name="CodeAnalyzer.Info.Description" xml:space="preserve">
35793579
<value>Integrates Flex PMD code analyzer into FlashDevelop.</value>
35803580
</data>
35813581
<data name="CodeAnalyzer.Label.AnalyzeProject" xml:space="preserve">

PluginCore/PluginCore/Resources/eu_ES.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3562,7 +3562,7 @@ Kontutan izan injekzioa gaituz gero, ezin izanen diren proiektuaren hainbat auke
35623562
<data name="CodeAnalyzer.Description.PMDRuleset" xml:space="preserve">
35633563
<value>Flex PMD-arentzako lehenetsitako arau-multzo pertsonalizatuen fitxategia custom ruleset file for the Flex PMD.</value>
35643564
</data>
3565-
<data name="CodeAnalyzer.Info.Decription" xml:space="preserve">
3565+
<data name="CodeAnalyzer.Info.Description" xml:space="preserve">
35663566
<value>Flex PMD kode analizatzailea FlashDevelop-en txertatzen du.</value>
35673567
</data>
35683568
<data name="CodeAnalyzer.Label.AnalyzeProject" xml:space="preserve">

PluginCore/PluginCore/Resources/ja_JP.resX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3575,7 +3575,7 @@ AfterSimilarAccessorMethod: 同様のアクセサメソッドの後に配置。"
35753575
<data name="CodeAnalyzer.Description.PMDRuleset" xml:space="preserve">
35763576
<value>Flex PMD に使用するための既定のカスタムルールセットファイルを指定します。</value>
35773577
</data>
3578-
<data name="CodeAnalyzer.Info.Decription" xml:space="preserve">
3578+
<data name="CodeAnalyzer.Info.Description" xml:space="preserve">
35793579
<value>FlashDevelop に Flex PMD コードアナライザ機能を統合します。</value>
35803580
</data>
35813581
<data name="CodeAnalyzer.Label.AnalyzeProject" xml:space="preserve">

PluginCore/PluginCore/Resources/zh_CN.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3570,7 +3570,7 @@
35703570
<data name="CodeAnalyzer.Description.PMDRuleset" xml:space="preserve">
35713571
<value>为 Flex PMD 自定义默认规则文件。</value>
35723572
</data>
3573-
<data name="CodeAnalyzer.Info.Decription" xml:space="preserve">
3573+
<data name="CodeAnalyzer.Info.Description" xml:space="preserve">
35743574
<value>集成 Flex PMD 代码分析器到 FlashDevelop。</value>
35753575
</data>
35763576
<data name="CodeAnalyzer.Label.AnalyzeProject" xml:space="preserve">

0 commit comments

Comments
 (0)