Hello guys,

Forwarding this to ux-advise. Could you please have a look? Thanks :-)

On Sat, Jan 28, 2012 at 07:19, Albert Thuswaldner
<albert.thuswald...@gmail.com> wrote:
> Hi,
> Here is a simple patch which includes a more informative error message
> when the user enters an invalid sheet name in calc.
> The exact wording can be debated. I opted for a more flowing message
> instead of having a list, this seems to be consistent with the other
> error/info messages in calc.
>
> /Albert

Best Regards,
-- 
Korrawit Pruegsanusak
From 9e67268deb48bc55ce809f13bb58a6e0da646162 Mon Sep 17 00:00:00 2001
From: Albert Thuswaldner <albert.thuswald...@gmail.com>
Date: Sat, 28 Jan 2012 01:12:24 +0100
Subject: [PATCH] Updated error message for invalid sheet name

---
 sc/source/ui/src/globstr.src |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index a5a1e6a..20ab9aa 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -687,7 +687,7 @@ Resource RID_GLOBSTR
     };
     String STR_INVALIDTABNAME
     {
-        Text [ en-US ] = "Invalid sheet name." ;
+        Text [ en-US ] = "Invalid sheet name. \nThe sheet name must not be a duplicate of an existing name. \nFurther it must be 31 or fewer characters and can not contain the characters [ ] * ? / \ ." ;
     };
     String STR_SCENARIO
     {
-- 
1.7.3.4

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to