Do not state things that are not implemented

This commit is contained in:
Sanel Zukan 2010-03-07 14:03:30 +00:00
parent c6ed8f6d2f
commit f17c97d4a8

View File

@ -302,8 +302,7 @@ static int start_dialog(int argc, char** argv) {
Fl_Box* icon = new Fl_Box(10, 10, 55, 55);
icon->image(image_run);
Fl_Box* txt = new Fl_Box(70, 10, 290, 69, _("Enter the name of the application "
"you would like to run or the URL you would like to view"));
Fl_Box* txt = new Fl_Box(70, 10, 290, 69, _("Enter the name of the application you would like to run"));
txt->align(132|FL_ALIGN_INSIDE);
dialog_input = new Fl_Input(70, 90, 290, 25, _("Open:"));