svx/uiconfig/ui/compressgraphicdialog.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c49ec77db3c99b6b45f70bee18244f399bd78a68 Author: Aditya Sahu <adityasahu1...@gmail.com> AuthorDate: Sun Oct 20 11:56:43 2024 -0400 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Mon Oct 21 16:39:54 2024 +0200 tdf#145161: Change image compression dialog string Since image compression does not always reduce image resolution, change the misleading label from "reduce image compression" to "change image compression". Change-Id: I9d2ab6c1d6409cdad32d4bf801a33f26cbba2f5b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175260 Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> Tested-by: Jenkins diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui b/svx/uiconfig/ui/compressgraphicdialog.ui index 727191ecb9c0..69c92ba4ebc7 100644 --- a/svx/uiconfig/ui/compressgraphicdialog.ui +++ b/svx/uiconfig/ui/compressgraphicdialog.ui @@ -314,7 +314,7 @@ <property name="margin-top">6</property> <child> <object class="GtkCheckButton" id="checkbox-reduce-resolution"> - <property name="label" translatable="yes" context="compressgraphicdialog|checkbox-reduce-resolution">Reduce image resolution to:</property> + <property name="label" translatable="yes" context="compressgraphicdialog|checkbox-reduce-resolution">Change image resolution to:</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property>