Skip to content

Commit

Permalink
forgot to sve earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
70ray committed Apr 11, 2024
1 parent 5a19da6 commit 7df8024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function do_expected_state()
if (!empty($expected_state) && $expected_state != $project->state) {
echo "<p class='warning'>";
echo sprintf(
_('Warning: Project "%1$s" is no longer in state "%2$s"; it is now in state "%3$s".'),
_('Project "%1$s" is not in state "%2$s"; it is now in state "%3$s".'),
html_safe($project->nameofwork),
project_states_text($expected_state),
project_states_text($project->state)
Expand Down

0 comments on commit 7df8024

Please sign in to comment.