Skip to content

Commit

Permalink
Merge pull request #980 from ninaholic/patch-31
Browse files Browse the repository at this point in the history
minor spelling fix
  • Loading branch information
mavrothal committed Mar 10, 2017
2 parents c4d057d + 8731a90 commit db0dbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions woof-code/3builddistro-Z
Original file line number Diff line number Diff line change
Expand Up @@ -1731,7 +1731,7 @@ if [ "$DISTRO_FILE_PREFIX" = "stretch" -o "$DISTRO_FILE_PREFIX" = "ascii" ]; the
"$(gettext 'Done! Please check if ROX recognises files correctly.')"
else
/usr/lib/gtkdialog/box_splash -timeout 10 -bg red -text\
"$(gettext 'Please install elfedit and try latter.')"
"$(gettext 'Please install elfedit and try later.')"
fi
fi

Expand Down Expand Up @@ -2244,7 +2244,7 @@ if [ "$DISTRO_FILE_PREFIX" = "stretch" -o "$DISTRO_FILE_PREFIX" = "ascii" ]; the
"$(gettext 'Done! Please check if ROX recognises files correctly.')"
else
/usr/lib/gtkdialog/box_splash -timeout 10 -bg red -text\
"$(gettext 'Please install elfedit and try latter.')"
"$(gettext 'Please install elfedit and try later.')"
fi
fi

Expand Down

0 comments on commit db0dbbb

Please sign in to comment.