You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnls.localize('removeAll.occurrence.file.confirmation.message',"Replace {0} occurrence across {1} file with '{2}'?",occurrences,fileCount,replaceValue);
843
+
if(displayReplaceValue){
844
+
returnnls.localize('removeAll.occurrence.file.confirmation.message',"Replace {0} occurrence across {1} file with '{2}'?",occurrences,fileCount,displayReplaceValue);
831
845
}
832
846
833
847
returnnls.localize('replaceAll.occurrence.file.confirmation.message',"Replace {0} occurrence across {1} file?",occurrences,fileCount);
834
848
}
835
849
836
-
if(replaceValue){
837
-
returnnls.localize('removeAll.occurrence.files.confirmation.message',"Replace {0} occurrence across {1} files with '{2}'?",occurrences,fileCount,replaceValue);
850
+
if(displayReplaceValue){
851
+
returnnls.localize('removeAll.occurrence.files.confirmation.message',"Replace {0} occurrence across {1} files with '{2}'?",occurrences,fileCount,displayReplaceValue);
838
852
}
839
853
840
854
returnnls.localize('replaceAll.occurrence.files.confirmation.message',"Replace {0} occurrence across {1} files?",occurrences,fileCount);
841
855
}
842
856
843
857
if(fileCount===1){
844
-
if(replaceValue){
845
-
returnnls.localize('removeAll.occurrences.file.confirmation.message',"Replace {0} occurrences across {1} file with '{2}'?",occurrences,fileCount,replaceValue);
858
+
if(displayReplaceValue){
859
+
returnnls.localize('removeAll.occurrences.file.confirmation.message',"Replace {0} occurrences across {1} file with '{2}'?",occurrences,fileCount,displayReplaceValue);
846
860
}
847
861
848
862
returnnls.localize('replaceAll.occurrences.file.confirmation.message',"Replace {0} occurrences across {1} file?",occurrences,fileCount);
849
863
}
850
864
851
-
if(replaceValue){
852
-
returnnls.localize('removeAll.occurrences.files.confirmation.message',"Replace {0} occurrences across {1} files with '{2}'?",occurrences,fileCount,replaceValue);
865
+
if(displayReplaceValue){
866
+
returnnls.localize('removeAll.occurrences.files.confirmation.message',"Replace {0} occurrences across {1} files with '{2}'?",occurrences,fileCount,displayReplaceValue);
853
867
}
854
868
855
869
returnnls.localize('replaceAll.occurrences.files.confirmation.message',"Replace {0} occurrences across {1} files?",occurrences,fileCount);
0 commit comments