mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Fix minor spelling detail
darcs-hash:20060121025307-ac50b-8bfe0dba8292f53fe44655afb6a7a9cdf813d7e8.gz
This commit is contained in:
parent
f3c93c1690
commit
f7a5ca5f1f
2 changed files with 2 additions and 2 deletions
2
env.c
2
env.c
|
@ -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 );
|
||||
|
|
2
po/sv.po
2
po/sv.po
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue