Skip to content

Commit e51485b

Browse files
committed
style(quokka): change to western name order
1 parent 78c9681 commit e51485b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quokka.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ var setGlobal = function (vars) {
306306
OUT('quokka'.prog + ': an interactive file renamer ' + VERSION + '\n%x',
307307
'This is free software; see the LICENSE file for more information. There is NO\n' +
308308
'warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n' +
309-
'Written by Jun Woong\n');
309+
'Written by Woong Jun\n');
310310
};
311311

312312
var pad = function (s, n) {

0 commit comments

Comments
 (0)