I18N
- Localized some more.
This commit is contained in:
@@ -61,7 +61,7 @@ int Context::getWidth ()
|
||||
terminal_height = buff[0];
|
||||
terminal_width = buff[1];
|
||||
|
||||
debug (format ("Context::getWidth: determined width of {1} characters", terminal_width));
|
||||
debug (format (STRING_INTERACTIVE_WIDTH, terminal_width));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ int Context::getHeight ()
|
||||
terminal_height = buff[0];
|
||||
terminal_width = buff[1];
|
||||
|
||||
debug (format ("Context::getHeight: determined height of {1} characters", terminal_height));
|
||||
debug (format (STRING_INTERACTIVE_HEIGHT, terminal_height));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user