[kune-commits] r993 - trunk/src/main/java/org/ourproject/kune/workspace/client/title

Samer . shevek at ourproject.org
Sun Dec 14 00:24:03 CET 2008


Author: shevek
Date: 2008-12-14 00:24:02 +0100 (Sun, 14 Dec 2008)
New Revision: 993

Modified:
   trunk/src/main/java/org/ourproject/kune/workspace/client/title/RenameAction.java
Log:
Translation improved

Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/title/RenameAction.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/title/RenameAction.java	2008-12-13 17:46:32 UTC (rev 992)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/title/RenameAction.java	2008-12-13 23:24:02 UTC (rev 993)
@@ -49,7 +49,7 @@
                                 "It is used when a file or a folder with the same name already exists"));
                     } catch (final NameNotPermittedException e) {
                         Site.error(i18n.tWithNT("This name is not permitted",
-                                "It is uUsed when a file or a folder does not have a permitted name"));
+                                "It is used when a file or a folder does not have a permitted name"));
                     } catch (final Throwable e) {
                         Site.error(i18n.t("Error renaming"));
                     }




More information about the kune-commits mailing list