From dc8ee4e95f200cfa8ebfe56e1c265e0d176d9fee Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Sun, 4 Oct 2009 00:15:29 +0000 Subject: [PATCH] RAD-40: Typo: (no trasnfer), patch by Marcus Llewellyn git-svn-id: https://radegast.googlecode.com/svn/trunk@297 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- Radegast/GUI/Consoles/Inventory/InventoryConsole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs b/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs index a869bb4..237b972 100644 --- a/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs +++ b/Radegast/GUI/Consoles/Inventory/InventoryConsole.cs @@ -925,7 +925,7 @@ namespace Radegast raw += " (no copy)"; if ((item.Permissions.OwnerMask & PermissionMask.Transfer) == 0) - raw += " (no trasnfer)"; + raw += " (no transfer)"; if (IsWorn(item)) raw += " (worn)"; -- 2.11.0