Don't preselect entry type when adding a BibTeX reference (#33193)

GitOrigin-RevId: a809b277fb0db8962ea0eb0e8c22af6775b2c832
This commit is contained in:
Tom Wells
2026-04-30 16:55:57 +01:00
committed by Copybot
parent 30bedf3913
commit ffafccdba3
2 changed files with 4 additions and 0 deletions

View File

@@ -1681,6 +1681,7 @@
"security": "", "security": "",
"see_suggestions_from_collaborators": "", "see_suggestions_from_collaborators": "",
"see_your_current_location_in_the_project": "", "see_your_current_location_in_the_project": "",
"select": "",
"select_a_column_or_a_merged_cell_to_align": "", "select_a_column_or_a_merged_cell_to_align": "",
"select_a_column_to_adjust_column_width": "", "select_a_column_to_adjust_column_width": "",
"select_a_file": "", "select_a_file": "",
@@ -1703,6 +1704,7 @@
"select_cells_in_a_single_row_to_merge": "", "select_cells_in_a_single_row_to_merge": "",
"select_color": "", "select_color": "",
"select_entry": "", "select_entry": "",
"select_entry_type_prompt": "",
"select_folder_from_project": "", "select_folder_from_project": "",
"select_from_output_files": "", "select_from_output_files": "",
"select_from_project_files": "", "select_from_project_files": "",

View File

@@ -2220,6 +2220,7 @@
"security": "Security", "security": "Security",
"see_suggestions_from_collaborators": "See suggestions from collaborators", "see_suggestions_from_collaborators": "See suggestions from collaborators",
"see_your_current_location_in_the_project": "See your current location in the project", "see_your_current_location_in_the_project": "See your current location in the project",
"select": "Select",
"select_a_column_or_a_merged_cell_to_align": "Select a column or a merged cell to align", "select_a_column_or_a_merged_cell_to_align": "Select a column or a merged cell to align",
"select_a_column_to_adjust_column_width": "Select a column to adjust column width", "select_a_column_to_adjust_column_width": "Select a column to adjust column width",
"select_a_file": "Select a File", "select_a_file": "Select a File",
@@ -2242,6 +2243,7 @@
"select_cells_in_a_single_row_to_merge": "Select cells in a single row to merge", "select_cells_in_a_single_row_to_merge": "Select cells in a single row to merge",
"select_color": "Select color __name__", "select_color": "Select color __name__",
"select_entry": "Select entry", "select_entry": "Select entry",
"select_entry_type_prompt": "Select a type to see the required fields.",
"select_folder_from_project": "Select folder from project", "select_folder_from_project": "Select folder from project",
"select_from_output_files": "select from output files", "select_from_output_files": "select from output files",
"select_from_project_files": "select from project files", "select_from_project_files": "select from project files",