diff options
author | Arul <arul71.m@gmail.com> | 2016-01-05 15:41:26 +0530 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-05 13:44:53 +0000 |
commit | 804e2403cd077a069372ead548fa6a5c593db1f6 (patch) | |
tree | 82fc21d50e26e373f526b385f9f407287fc863ce /sfx2/uiconfig | |
parent | fbec6ac08999a36664571dc0b1eba3ba251a5984 (diff) |
tdf#91065 Support localization of Properties dialog title
Having a place holder for substituting the file name instead of concatenating it in
Properties dialogue title.
Change-Id: I8b3bafbc95c857fa5957bfdafbded5dde94e0e64
Reviewed-on: https://gerrit.libreoffice.org/21107
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/documentpropertiesdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/documentpropertiesdialog.ui b/sfx2/uiconfig/ui/documentpropertiesdialog.ui index 88cf755fa0ad..54890cc54430 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 </property> + <property name="title" translatable="yes">Properties of %1</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> |