(nl) Fix 'Logging Verbosity'

This commit is contained in:
twinaphex 2015-06-27 13:52:59 +02:00
parent eeaee6e26a
commit a5fc099115

View File

@ -324,7 +324,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
case MENU_LABEL_VALUE_LIBRETRO_LOG_LEVEL:
return "Core Logging Niveau";
case MENU_LABEL_VALUE_LOG_VERBOSITY:
return "Logging Verbosity"; /* TODO/FIXME */
return "Logging Uitgebreidheid";
case MENU_LABEL_VALUE_SAVESTATE_AUTO_LOAD:
return "Automatisch State Loaden";
case MENU_LABEL_VALUE_SAVESTATE_AUTO_INDEX: