Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch)

darcs-hash:20060111141735-ac50b-b6a9ac5d5d9eb8eac28dd39968cd28f99044e8f5.gz
This commit is contained in:
axel
2006-01-12 00:17:35 +10:00
parent be9208412a
commit d4034fc253
53 changed files with 1328 additions and 1369 deletions

2
env.c
View File

@@ -834,7 +834,7 @@ wchar_t *env_get( const wchar_t *key )
wchar_t *next = history_get( i-add_current );
if( !next )
{
debug( 1, _( L"No history at idx %d\n" ), i );
debug( 1, _( L"No history item at index %d\n" ), i );
break;
}