svtools/source/contnr/fileview.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b923454a0922b6767b28c8dc131534b8daf6d96b Author: Ariel Constenla-Haile <[email protected]> Date: Sun Apr 5 15:28:38 2015 +0000 i81637 - Replace column header "Title" by "Name" Patch by: Driss Ben Zoubeir <[email protected]> Review by: [email protected] diff --git a/svtools/source/contnr/fileview.src b/svtools/source/contnr/fileview.src index b4f4f19..506a9b7 100644 --- a/svtools/source/contnr/fileview.src +++ b/svtools/source/contnr/fileview.src @@ -31,7 +31,7 @@ String STR_SVT_FILEVIEW_COLUMN_TITLE { - Text [ en-US ] = "Title"; + Text [ en-US ] = "Name"; }; String STR_SVT_FILEVIEW_COLUMN_SIZE _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
