Skip to content

Commit

Permalink
Rename "Show 'Ai Chat' tab" to "Show tab 'AI Chat'" (#11709)
Browse files Browse the repository at this point in the history
solve #11708
  • Loading branch information
leaf-soba authored Sep 6, 2024
1 parent d0415c8 commit 6461357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<Insets left="20.0"/>
</padding>
</CheckBox>
<CheckBox fx:id="enableAiSummaryTab" text="%Show 'AI Summary' tab"/>
<CheckBox fx:id="enableAiChatTab" text="%Show 'AI Chat' tab"/>
<CheckBox fx:id="enableAiSummaryTab" text="%Show tab 'AI Summary'"/>
<CheckBox fx:id="enableAiChatTab" text="%Show tab 'AI Chat'"/>
<CheckBox fx:id="enableLatexCitationsTab" text="%Show tab 'LaTeX citations'"/>
<CheckBox fx:id="enableValidation" text="%Show validation messages"/>
<CheckBox fx:id="allowIntegerEdition" text="%Allow integers in 'edition' field in BibTeX mode"/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2524,8 +2524,8 @@ AI=AI
AI\ chat=AI chat
I\ agree=I agree
Privacy\ notice=Privacy notice
Show\ 'AI\ Chat'\ tab=Show 'AI Chat' tab
Show\ 'AI\ Summary'\ tab=Show 'AI Summary' tab
Show\ tab\ 'AI\ Chat'=Show tab 'AI Chat'
Show\ tab\ 'AI\ Summary'=Show tab 'AI Summary'
Submit=Submit
Unable\ to\ chat=Unable to chat
Clear\ chat\ history=Clear chat history
Expand Down

0 comments on commit 6461357

Please sign in to comment.