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);
844
+
if(displayReplaceValue){
845
+
returnnls.localize('removeAll.occurrence.file.confirmation.message',"Replace {0} occurrence across {1} file with '{2}'?",occurrences,fileCount,displayReplaceValue);
832
846
}
833
847
834
848
returnnls.localize('replaceAll.occurrence.file.confirmation.message',"Replace {0} occurrence across {1} file?",occurrences,fileCount);
835
849
}
836
850
837
-
if(replaceValue){
838
-
returnnls.localize('removeAll.occurrence.files.confirmation.message',"Replace {0} occurrence across {1} files with '{2}'?",occurrences,fileCount,replaceValue);
851
+
if(displayReplaceValue){
852
+
returnnls.localize('removeAll.occurrence.files.confirmation.message',"Replace {0} occurrence across {1} files with '{2}'?",occurrences,fileCount,displayReplaceValue);
839
853
}
840
854
841
855
returnnls.localize('replaceAll.occurrence.files.confirmation.message',"Replace {0} occurrence across {1} files?",occurrences,fileCount);
842
856
}
843
857
844
858
if(fileCount===1){
845
-
if(replaceValue){
846
-
returnnls.localize('removeAll.occurrences.file.confirmation.message',"Replace {0} occurrences across {1} file with '{2}'?",occurrences,fileCount,replaceValue);
859
+
if(displayReplaceValue){
860
+
returnnls.localize('removeAll.occurrences.file.confirmation.message',"Replace {0} occurrences across {1} file with '{2}'?",occurrences,fileCount,displayReplaceValue);
847
861
}
848
862
849
863
returnnls.localize('replaceAll.occurrences.file.confirmation.message',"Replace {0} occurrences across {1} file?",occurrences,fileCount);
850
864
}
851
865
852
-
if(replaceValue){
853
-
returnnls.localize('removeAll.occurrences.files.confirmation.message',"Replace {0} occurrences across {1} files with '{2}'?",occurrences,fileCount,replaceValue);
866
+
if(displayReplaceValue){
867
+
returnnls.localize('removeAll.occurrences.files.confirmation.message',"Replace {0} occurrences across {1} files with '{2}'?",occurrences,fileCount,displayReplaceValue);
854
868
}
855
869
856
870
returnnls.localize('replaceAll.occurrences.files.confirmation.message',"Replace {0} occurrences across {1} files?",occurrences,fileCount);
0 commit comments