summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Screen.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 2e4a6dd..5ea6202 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -1975,7 +1975,7 @@ void BScreen::renderGeomWindow() {
1975 _FB_USES_NLS; 1975 _FB_USES_NLS;
1976 1976
1977 sprintf(label, 1977 sprintf(label,
1978 _FB_XTEXT(Screen, GeometryFormat, 1978 _FB_XTEXT(Screen, GeometrySpacing,
1979 "W: %04d x H: %04d", "Representative maximum sized text for width and height dialog").c_str(), 1979 "W: %04d x H: %04d", "Representative maximum sized text for width and height dialog").c_str(),
1980 0, 0); 1980 0, 0);
1981 1981