Skip to content

Commit

Permalink
Typo - translation
Browse files Browse the repository at this point in the history
* currenlty --> currently
* ($readini(...,language) == no) --> ($readini(...,enabled) == no)

Fixes #32
  • Loading branch information
Sven committed May 14, 2017
1 parent 9420067 commit 05f4ae6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion script/config.mrc
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ alias -l page.init {
; Language
:28
if ($readini(script\transup.ini,n,translation,enabled) == no) {
did -ra $dname 524 This installation of PnP does not currenlty support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
did -ra $dname 524 This installation of PnP does not currently support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
did -b $dname 520,521,522,523,527,528,525,526
}
if ($readini(script\transup.ini,n,translation,language)) did -a $dname 521 $ifmatch
Expand Down
2 changes: 1 addition & 1 deletion script/ptm/CONFIG.ptm
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ alias -l page.init {
; Language
:28
if ($readini(script\transup.ini,n,translation,enabled) == no) {
did -ra $dname 524 This installation of PnP does not currenlty support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
did -ra $dname 524 This installation of PnP does not currently support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
did -b $dname 520,521,522,523,527,528,525,526
}
if ($readini(script\transup.ini,n,translation,language)) did -a $dname 521 $ifmatch
Expand Down
4 changes: 2 additions & 2 deletions script/ptm/UPGRADE.ptm
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ alias english { translate $1 script\trans\english.ini }
; n for don't use previous options
; If n is not specified, and p/l are not specified, then options from most recent translation are used
alias translate {
if ($readini(script\transup.ini,n,translation,language) == no) {
dispa This installation of PnP does not currenlty support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
if ($readini(script\transup.ini,n,translation,enabled) == no) {
dispa This installation of PnP does not currently support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
halt
}
if (-* iswm $1) {
Expand Down
4 changes: 2 additions & 2 deletions script/upgrade.mrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ alias english { translate $1 script\trans\english.ini }
; n for don't use previous options
; If n is not specified, and p/l are not specified, then options from most recent translation are used
alias translate {
if ($readini(script\transup.ini,n,translation,language) == no) {
dispa This installation of PnP does not currenlty support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
if ($readini(script\transup.ini,n,translation,enabled) == no) {
dispa This installation of PnP does not currently support translation. You may download a version that supports translation at www.kristshell.net/pnp/.
halt
}
if (-* iswm $1) {
Expand Down

0 comments on commit 05f4ae6

Please sign in to comment.