[Libreoffice-commits] core.git: svtools/source

Ariel Constenla-Haile arielch at apache.org
Mon Apr 6 12:19:08 PDT 2015


 svtools/source/contnr/fileview.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4d48b51ad4481a3e2ed8bc79728d1c845f58aed6
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Apr 5 15:28:38 2015 +0000

    Resolves: #i81637# Replace column header "Title" by "Name"
    
    Patch by: Driss Ben Zoubeir <driss.zoubeir at gmail.com>
    Review by: arielch at apache.org
    (cherry picked from commit b923454a0922b6767b28c8dc131534b8daf6d96b)
    
    Change-Id: Ifef870645491537217bf85b772b130d3bb4a92fd

diff --git a/svtools/source/contnr/fileview.src b/svtools/source/contnr/fileview.src
index 4a96d61..c645737 100644
--- a/svtools/source/contnr/fileview.src
+++ b/svtools/source/contnr/fileview.src
@@ -25,7 +25,7 @@
 
 String STR_SVT_FILEVIEW_COLUMN_TITLE
 {
-    Text [ en-US ] = "Title";
+    Text [ en-US ] = "Name";
 };
 
 String STR_SVT_FILEVIEW_COLUMN_SIZE


More information about the Libreoffice-commits mailing list