desktop/uiconfig/ui/extensionmanager.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 63d1ed97e8d07baf1db2ac7cc4b5e4e203348add Author: Taichi Haradaguchi <[email protected]> AuthorDate: Sat Sep 10 13:11:54 2022 +0900 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Sep 14 09:00:26 2022 +0200 Fix typo Remove the blank space "Search" and "...". Change-Id: Ide3c6046e7d2c3a22eabb34142dc96d5f407194b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139746 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index 7ba781053e25..f1eba95b038d 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -159,7 +159,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="truncate-multiline">True</property> - <property name="placeholder-text" translatable="yes" context="extensionmanager|search">Search ...</property> + <property name="placeholder-text" translatable="yes" context="extensionmanager|search">Search...</property> </object> <packing> <property name="expand">False</property>
