projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
131a6e1
)
Remove "…" from "Create Debug Archive" button
author
Philip Allgaier
<philip.allgaier@gmx.de>
Wed, 23 Mar 2022 09:59:51 +0000
(10:59 +0100)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Thu, 5 May 2022 20:26:58 +0000
(22:26 +0200)
Looks like an ellipsis (as if some text is cut off), but that is not the case => clearer without the dots
Signed-off-by: Philip Allgaier <philip.allgaier@gmx.de>
src/gui/generalsettings.ui
patch
|
blob
|
history
diff --git
a/src/gui/generalsettings.ui
b/src/gui/generalsettings.ui
index 27a71b8a390bf070b87586a2fee8df87cbf6d22a..00cbeb14953b256d03774a719156077b6edca6ea 100644
(file)
--- a/
src/gui/generalsettings.ui
+++ b/
src/gui/generalsettings.ui
@@
-316,7
+316,7
@@
<item>
<widget class="QPushButton" name="debugArchiveButton">
<property name="text">
- <string>Create Debug Archive
…
</string>
+ <string>Create Debug Archive</string>
</property>
</widget>
</item>