diff options
Diffstat (limited to 'packaging/macosx/subsurface.sh')
-rwxr-xr-x | packaging/macosx/subsurface.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh index ad0bdbddc..28a0a07d8 100755 --- a/packaging/macosx/subsurface.sh +++ b/packaging/macosx/subsurface.sh @@ -96,7 +96,7 @@ elif test -z $LANG -a -f "$I18NDIR/${APPLELOCALE:0:2}/LC_MESSAGES/$APP.mo"; then export LANG="${APPLELOCALE:0:2}" fi -#Next we need to set LC_MESSAGES. If at all possilbe, we want a full +#Next we need to set LC_MESSAGES. If at all possible, we want a full #5-character locale to avoid the "Locale not supported by C library" #warning from Gtk -- even though Gtk will translate with a #two-character code. |