[Libreoffice-commits] core.git: sfx2/uiconfig
Adolfo Jayme Barrientos
fitojb at ubuntu.com
Wed Feb 24 21:20:14 UTC 2016
sfx2/uiconfig/ui/documentpropertiesdialog.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb3e47dbf798103d09bb8f3461959726e917a75f
Author: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Date: Wed Feb 24 15:18:16 2016 -0600
documentpropertiesdialog.ui: Put document name between quotation marks
Change-Id: Ia4f0a4e4853f76e90f22308f528de871d2ec6c60
diff --git a/sfx2/uiconfig/ui/documentpropertiesdialog.ui b/sfx2/uiconfig/ui/documentpropertiesdialog.ui
index b8155b7..d40027a 100644
--- a/sfx2/uiconfig/ui/documentpropertiesdialog.ui
+++ b/sfx2/uiconfig/ui/documentpropertiesdialog.ui
@@ -5,7 +5,7 @@
<object class="GtkDialog" id="DocumentPropertiesDialog">
<property name="can_focus">False</property>
<property name="border_width">6</property>
- <property name="title" translatable="yes">Properties of %1</property>
+ <property name="title" translatable="yes">Properties of “%1”</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
More information about the Libreoffice-commits
mailing list