Make all descriptions for function calls use the implicit translation from the previous patch instead of explicitly using N_

darcs-hash:20070116012918-ac50b-c1c0df64333ad910ca81dbc86ad193ece6680722.gz
This commit is contained in:
axel
2007-01-16 11:29:18 +10:00
parent 34e27ff4c2
commit 7492b6cdb3
26 changed files with 30 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
#
# These are very common and useful
#
function la -d (N_ "List contents of directory, including hidden files in directory using long format")
function la --description "List contents of directory, including hidden files in directory using long format"
ls -lah $argv
end