Skip to content

Commit

Permalink
settings: fix tooltip typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jul 11, 2023
1 parent 44c308c commit 189a2af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# QOwnNotes Changelog

## 23.7.1
- a tooltip typo in the *Git Settings* was fixed

## 23.7.0
- when you now select text in a note that text will be used as title when you
open the **Nextcloud Deck** dialog (for [#2789](https://github.com/pbek/QOwnNotes/issues/2789))
Expand Down
2 changes: 1 addition & 1 deletion src/dialogs/settingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -5637,7 +5637,7 @@ Just test yourself if you get sync conflicts and set a higher value if so.</stri
<item row="0" column="2">
<widget class="QToolButton" name="setGitPathToolButton">
<property name="toolTip">
<string>set external editor</string>
<string>Select the path of the git binary</string>
</property>
<property name="text">
<string/>
Expand Down
8 changes: 6 additions & 2 deletions src/languages/QOwnNotes_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3371,7 +3371,7 @@ If the trash is enabled on your ownCloud server you should be able to restore th
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../mainwindow.cpp" line="11628"/>
<location filename="../mainwindow.cpp" line="11635"/>
<source>Note path &apos;%1&apos; was copied to the clipboard</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -5950,7 +5950,6 @@ Just test yourself if you get sync conflicts and set a higher value if so.</sour
</message>
<message>
<location filename="../dialogs/settingsdialog.ui" line="4422"/>
<location filename="../dialogs/settingsdialog.ui" line="5640"/>
<source>set external editor</source>
<translation type="unfinished"></translation>
</message>
Expand Down Expand Up @@ -6885,6 +6884,11 @@ Just test yourself if you get sync conflicts and set a higher value if so.</sour
<source>Ignored note files</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../dialogs/settingsdialog.ui" line="5640"/>
<source>Select the path of the git binary</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../dialogs/settingsdialog.ui" line="5737"/>
<location filename="../dialogs/settingsdialog.ui" line="5746"/>
Expand Down

0 comments on commit 189a2af

Please sign in to comment.