Skip to content

Commit 8016712

Browse files
committed
closes #2734; closes #3414
1 parent ec28bee commit 8016712

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rubberduck.Parsing/Inspections/Resources/InspectionsUI.fr.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
<value>Utilisez un nom significatif</value>
324324
</data>
325325
<data name="VariableNotAssignedInspectionMeta" xml:space="preserve">
326-
<value>Une variable est déclarée, mais aucune valeur ou référence n'y est assignée. Si Rubberduck ne se trompe pas, la variable pourrait être supprimée.</value>
326+
<value>Une variable n'est pas assignée. Si ceci n'est pas intentionnel, il s'agit probablement d'un bogue. Ignorez ce résultat d'inspection si la variable est passée par référence à une procédure.</value>
327327
</data>
328328
<data name="VariableNotAssignedInspectionName" xml:space="preserve">
329329
<value>Une variable est déclarée, mais pas assignée</value>

Rubberduck.Parsing/Inspections/Resources/InspectionsUI.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
318318
<value>Use meaningful names</value>
319319
</data>
320320
<data name="VariableNotAssignedInspectionMeta" xml:space="preserve">
321-
<value>Variable does not seem to be assigned. If Rubberduck is correct, the variable could probably be safely removed.</value>
321+
<value>Variable is not assigned. If this isn't intended, there's probably a bug. Ignore this inspection result if the variable is assigned in another procedure via a ByRef parameter.</value>
322322
</data>
323323
<data name="VariableNotAssignedInspectionName" xml:space="preserve">
324324
<value>Variable is not assigned</value>
@@ -794,7 +794,7 @@ If the parameter can be null, ignore this inspection result; passing a null valu
794794
<value>Remove usage of the 'Stop' keyword</value>
795795
</data>
796796
<data name="StopKeywordInspectionMeta" xml:space="preserve">
797-
<value>The 'stop' keyword halts execution and brings up the debugger. Avoid its use in distributed code.</value>
797+
<value>The 'Stop' keyword halts execution and brings up the debugger. Avoid its use in distributed code.</value>
798798
</data>
799799
<data name="StopKeywordInspectionName" xml:space="preserve">
800800
<value>'Stop' keyword</value>

0 commit comments

Comments
 (0)