changeset 30:af32bee5a3d1 i18n

Added a count to the list by pattern command.
author syzler
date Sat, 30 Apr 2011 21:29:43 +0000
parents 78de94c99487
children f7bb718955b6
files MyLilPony.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MyLilPony.lua	Sat Apr 16 18:02:21 2011 +0000
+++ b/MyLilPony.lua	Sat Apr 30 21:29:43 2011 +0000
@@ -174,6 +174,7 @@
             for _, name in pairs(result) do
                 MyLilPony.Print(name);
             end
+            MyLilPony.Print(format(L["msgCountMatchingMountsForPattern"], #result));
         end
     elseif MyLilPony.StringMatchIgnoreCase(arg, "^%d+$") then
         local result = MyLilPony.CallMountById(tonumber(arg));