mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
I18N
- Localized some more.
This commit is contained in:
parent
f971fcd110
commit
c7bfba103e
3 changed files with 17 additions and 5 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue