Fix a warning typo and a minor bug I thought I'd fixed long ago indicated by some getString warning spam

This commit is contained in:
Inusaito Sayori
2013-10-10 20:25:15 -04:00
parent 54c08b3ea0
commit be5727548b
3 changed files with 7 additions and 1 deletions

View File

@@ -176,7 +176,7 @@ void LLMemory::logMemoryInfo(BOOL update)
llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ;
llinfos << "Current allocated page size (KB): " << sAllocatedPageSizeInKB << llendl ;
llinfos << "Current availabe physical memory(KB): " << sAvailPhysicalMemInKB << llendl ;
llinfos << "Current available physical memory(KB): " << sAvailPhysicalMemInKB << llendl ;
llinfos << "Current max usable memory(KB): " << sMaxPhysicalMemInKB << llendl ;
llinfos << "--- private pool information -- " << llendl ;

View File

@@ -30,4 +30,7 @@
<string name="media_play_tooltip">
Display Web content at this location.
</string>
<string name="Title">Title</string>
<string name="Artist">Artist</string>
<string name="Now_playing">Now playing</string>
</panel>

View File

@@ -2,4 +2,7 @@
<panel name="media_remote">
<panel filename="panel_bg_tab.xml"/>
<panel filename="panel_media_controls.xml"/>
<string name="Title">Título</string>
<string name="Artist">Artista</string>
<string name="Now_playing">Ejecutándose ahora</string>
</panel>