[Libreoffice-commits] core.git: cui/uiconfig

Olivier Hallot olivier.hallot at edx.srv.br
Sun Aug 11 12:34:12 PDT 2013


 cui/uiconfig/ui/querynosavefiledialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5cdfc962b69f2c1f6df555db6bacbec10e619069
Author: Olivier Hallot <olivier.hallot at edx.srv.br>
Date:   Sun Aug 11 10:28:50 2013 -0300

    Fix window title in widget
    
    Change-Id: Ie7804525048a6d6313a787a27d297e82d3fdcd04
    Reviewed-on: https://gerrit.libreoffice.org/5349
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/querynosavefiledialog.ui b/cui/uiconfig/ui/querynosavefiledialog.ui
index 09dbe88..d6565f1 100644
--- a/cui/uiconfig/ui/querynosavefiledialog.ui
+++ b/cui/uiconfig/ui/querynosavefiledialog.ui
@@ -4,7 +4,7 @@
   <object class="GtkMessageDialog" id="NoSaveFileDialog">
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
-    <property name="title" translatable="yes">No loaded file</property>
+    <property name="title" translatable="yes">No saved file</property>
     <property name="type_hint">dialog</property>
     <property name="skip_taskbar_hint">True</property>
     <property name="message_type">error</property>


More information about the Libreoffice-commits mailing list