X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=6a98b1cd7c76fd19727c635b516e56350ee68b80;hb=82cf3f9476fae353dbbe4330da49293fc41f500d;hp=225f570907c07d8e7e78eca2805e690b36511bd1;hpb=172950598f01d9a5b1ca7d39c740499ae130e1dc;p=ptask.git diff --git a/src/main.c b/src/main.c index 225f570..6a98b1c 100644 --- a/src/main.c +++ b/src/main.c @@ -75,7 +75,8 @@ static void print_help() { printf(_("Usage: %s [OPTION]...\n"), program_name); - puts(_("ptask is a task management user interface based on taskwarrior.")); + puts(_("ptask is a task management user interface based" + " on taskwarrior.")); puts(""); puts(_("Options:")); @@ -207,9 +208,10 @@ static void refresh() GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, _("Error loading tasks, verify " - "that taskwarrior is " - "correctly installed, and its" - " configuration file exist." + "that a supported version of " + "taskwarrior is installed " + "and its configuration file " + "exist." )); gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog);