Kaydet (Commit) eb3e47db authored tarafından Adolfo Jayme Barrientos's avatar Adolfo Jayme Barrientos

documentpropertiesdialog.ui: Put document name between quotation marks

Change-Id: Ia4f0a4e4853f76e90f22308f528de871d2ec6c60
üst bf271f67
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<object class="GtkDialog" id="DocumentPropertiesDialog"> <object class="GtkDialog" id="DocumentPropertiesDialog">
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="border_width">6</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> <property name="type_hint">dialog</property>
<child internal-child="vbox"> <child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment