Skip to content

Commit

Permalink
ConsoleInteractor: Correct string
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 3, 2015
1 parent f8c3977 commit c6e02c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coalib/output/ConsoleInteractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ConsoleInteractor(Interactor, ConsolePrinter):
STR_GET_VAL_FOR_SETTING = _("Please enter a value for the setting \"{}\" ({}) needed by {}: ")
STR_LINE_DOESNT_EXIST = _("A the line belonging to the following result cannot be printed because it refers to a "
STR_LINE_DOESNT_EXIST = _("The line belonging to the following result cannot be printed because it refers to a "
"line that doesn't seem to exist in the given file.")
STR_PROJECT_WIDE = _("Project wide:")

Expand Down

0 comments on commit c6e02c4

Please sign in to comment.