fix bug in I18n

This commit is contained in:
Sebastian Sdorra
2011-05-14 16:30:18 +02:00
parent 1c09e75927
commit 9daac42083

View File

@@ -94,7 +94,7 @@ public class I18n
try try
{ {
key = bundle.getString(key); value = bundle.getString(key);
} }
catch (MissingResourceException ex) catch (MissingResourceException ex)
{ {