Fix minor spelling detail

darcs-hash:20060121025307-ac50b-8bfe0dba8292f53fe44655afb6a7a9cdf813d7e8.gz
This commit is contained in:
axel 2006-01-21 12:53:07 +10:00
parent f3c93c1690
commit f7a5ca5f1f
2 changed files with 2 additions and 2 deletions

2
env.c
View File

@ -293,7 +293,7 @@ static void handle_locale()
complete_destroy();
complete_init();
debug( 0, _(L"Changing language to english") );
debug( 0, _(L"Changing language to English") );
}
}
free( old );

View File

@ -508,7 +508,7 @@ msgid "Could not get user information"
msgstr "Kunde inte hitta information om användare"
#: env.c:296
msgid "Changing language to english"
msgid "Changing language to English"
msgstr "Byter språk till svenska"
#: env.c:854