diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-12-05 14:41:56 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-12-05 14:44:08 +0100 |
commit | e697cd8f82765ebf9005167a7b9d2680a774cb04 (patch) | |
tree | a8e057e958c57b0e909f48e4c3e07da738dccb61 /sfx2 | |
parent | 46ae91a2665e4f56bd87a98e51dd24f4de881ccf (diff) |
Start center: Use the welcome text that was agreed by UX / design team.
Change-Id: I1af05f68ef7c2a10209f138e59a9245d3d1ac081
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/templateview.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/templateview.src b/sfx2/source/control/templateview.src index ef2eedec14bf..3b866bd2e85a 100644 --- a/sfx2/source/control/templateview.src +++ b/sfx2/source/control/templateview.src @@ -25,7 +25,7 @@ FixedText FT_NAME String STR_WELCOME { - Text [ en-US ] = "Welcome! You can open or create a new document!"; + Text [ en-US ] = "Welcome to %PRODUCTNAME. Use the sidebar to open or create a file."; }; Image IMG_WELCOME |