aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-21 12:53:07 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-21 12:53:07 +1000
commitf7a5ca5f1fc350b228cf7d2cd145ba57248bbf68 (patch)
tree31c92a737fd343e3c6975d3e923a16c5de00be1e
parentf3c93c16909e8cf7f8d23e5612cdb2148021bcbf (diff)
Fix minor spelling detail
darcs-hash:20060121025307-ac50b-8bfe0dba8292f53fe44655afb6a7a9cdf813d7e8.gz
-rw-r--r--env.c2
-rw-r--r--po/sv.po2
2 files changed, 2 insertions, 2 deletions
diff --git a/env.c b/env.c
index 926759b7..7948ee7e 100644
--- a/env.c
+++ b/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 );
diff --git a/po/sv.po b/po/sv.po
index 60d3f7a2..274b2186 100644
--- a/po/sv.po
+++ b/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