From 6f276ac41922bb31bc502bf33b629fc27a331868 Mon Sep 17 00:00:00 2001 From: lethosor Date: Thu, 5 Mar 2015 16:48:11 -0500 Subject: [PATCH] Shorten option width to stay within 80 columns --- plugins/manipulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/manipulator.cpp b/plugins/manipulator.cpp index 17c3a6594..9d0096d8e 100644 --- a/plugins/manipulator.cpp +++ b/plugins/manipulator.cpp @@ -2185,7 +2185,7 @@ void viewscreen_unitlaborsst::render() OutputString(10, x, y, Screen::getKeyDisplay(interface_key::CUSTOM_P)); OutputString(15, x, y, ": Apply Profession "); 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()