From 4311f105ba66100a3ff21c6316a254bcc86cbd56 Mon Sep 17 00:00:00 2001 From: Max Doerner Date: Sat, 4 Jul 2020 22:04:35 +0200 Subject: [PATCH] Simplify quick fix scope labels --- .../Inspections/InspectionsUI.Designer.cs | 12 ++++++------ .../Inspections/InspectionsUI.de.resx | 12 ++++++------ Rubberduck.Resources/Inspections/InspectionsUI.resx | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Rubberduck.Resources/Inspections/InspectionsUI.Designer.cs b/Rubberduck.Resources/Inspections/InspectionsUI.Designer.cs index ecd551cf57..b1d8566ec5 100644 --- a/Rubberduck.Resources/Inspections/InspectionsUI.Designer.cs +++ b/Rubberduck.Resources/Inspections/InspectionsUI.Designer.cs @@ -347,7 +347,7 @@ public class InspectionsUI { } /// - /// Looks up a localized string similar to Fix all detected occurrences. + /// Looks up a localized string similar to All occurrences. /// public static string QuickFix_All { get { @@ -356,7 +356,7 @@ public class InspectionsUI { } /// - /// Looks up a localized string similar to Fix selected occurrence. + /// Looks up a localized string similar to Selected occurrence. /// public static string QuickFix_Instance { get { @@ -365,7 +365,7 @@ public class InspectionsUI { } /// - /// Looks up a localized string similar to Fix all selected occurrences. + /// Looks up a localized string similar to Selected occurrences. /// public static string QuickFix_Selection { get { @@ -374,7 +374,7 @@ public class InspectionsUI { } /// - /// Looks up a localized string similar to Fix all occurrences in module. + /// Looks up a localized string similar to In module. /// public static string QuickFix_ThisModule { get { @@ -383,7 +383,7 @@ public class InspectionsUI { } /// - /// Looks up a localized string similar to Fix all occurrences in procedure. + /// Looks up a localized string similar to In procedure. /// public static string QuickFix_ThisProcedure { get { @@ -392,7 +392,7 @@ public class InspectionsUI { } /// - /// Looks up a localized string similar to Fix all occurrences in project. + /// Looks up a localized string similar to In project. /// public static string QuickFix_ThisProject { get { diff --git a/Rubberduck.Resources/Inspections/InspectionsUI.de.resx b/Rubberduck.Resources/Inspections/InspectionsUI.de.resx index 2907c9d8e0..9c996d29c9 100644 --- a/Rubberduck.Resources/Inspections/InspectionsUI.de.resx +++ b/Rubberduck.Resources/Inspections/InspectionsUI.de.resx @@ -121,10 +121,10 @@ TODO - Alle Vorkommnisse im Modul beheben + Im Modul - Alle Vorkommnisse im Projekt beheben + Im Projekt Deaktiviere diese Überprüfung @@ -139,10 +139,10 @@ Deklaration - Alle Vorkommnisse beheben + Alle Vorkommnisse - Alle Vorkommnisse in der Prozedur beheben + In der Prozedur Optimalere Ausnutzung von Rubberduck @@ -202,9 +202,9 @@ Schweregrad - Ausgewähltes Vorkommnis beheben + Ausgewähltes Vorkommnis - Alle ausgewählten Vorkomnisse beheben + Ausgewählte Vorkomnisse \ No newline at end of file diff --git a/Rubberduck.Resources/Inspections/InspectionsUI.resx b/Rubberduck.Resources/Inspections/InspectionsUI.resx index eda25c1e18..fb30683035 100644 --- a/Rubberduck.Resources/Inspections/InspectionsUI.resx +++ b/Rubberduck.Resources/Inspections/InspectionsUI.resx @@ -127,10 +127,10 @@ Usage - Fix all occurrences in module + In module - Fix all occurrences in project + In project Disable this inspection @@ -139,10 +139,10 @@ {0}: {1} - {2} {3}.{4}, line {5} - Fix all detected occurrences + All occurrences - Fix all occurrences in procedure + In procedure Code Quality Issues @@ -230,9 +230,9 @@ Severity - Fix selected occurrence + Selected occurrence - Fix all selected occurrences + Selected occurrences \ No newline at end of file