diff --git a/sources/appl/Gui/TextViewer.cpp b/sources/appl/Gui/TextViewer.cpp
index fdbca9f..9168482 100644
--- a/sources/appl/Gui/TextViewer.cpp
+++ b/sources/appl/Gui/TextViewer.cpp
@@ -189,7 +189,7 @@ void appl::TextViewer::onRegenerateDisplay() {
"
\n"
"\n"
" \n"
- " No Buffer Availlable to display\n"
+ " No Buffer Availlable to display\n" + etk::to_string(m_size) +
" \n"
"\n");
m_displayText.setPos(vec3(0.0f, m_size.y(), 0.0f) );