Fixed translation module, with the help of der Hörmi

This commit is contained in:
Sean B. Palmer
2011-12-27 14:48:24 +00:00
parent 12d983561a
commit 3724ba37cd
2 changed files with 26 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ function commit() {
git commit -a && git push origin master
}
# log - Show a log of recent updates
# history - Show a log of recent updates
function history() {
git log --pretty=oneline --no-merges -10
}