Shorten option width to stay within 80 columns

develop
lethosor 2015-03-05 16:48:11 -05:00
parent be2349d67d
commit 6f276ac419
1 changed files with 1 additions and 1 deletions

@ -2185,7 +2185,7 @@ void viewscreen_unitlaborsst::render()
OutputString(10, x, y, Screen::getKeyDisplay(interface_key::CUSTOM_P)); OutputString(10, x, y, Screen::getKeyDisplay(interface_key::CUSTOM_P));
OutputString(15, x, y, ": Apply Profession "); OutputString(15, x, y, ": Apply Profession ");
OutputString(10, x, y, Screen::getKeyDisplay(interface_key::CUSTOM_SHIFT_P)); OutputString(10, x, y, Screen::getKeyDisplay(interface_key::CUSTOM_SHIFT_P));
OutputString(15, x, y, ": Save Profession "); OutputString(15, x, y, ": Save Prof. ");
} }
df::unit *viewscreen_unitlaborsst::getSelectedUnit() df::unit *viewscreen_unitlaborsst::getSelectedUnit()