diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-09-28 16:11:56 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-09-28 16:11:56 +0200 |
commit | ee378952069a856e09ae4612e9042edd448e343b (patch) | |
tree | ad92fa36acfafb1bd51a9b125dc77948a63c3aec /src/sdtui.c | |
parent | 732c2903d32da21e3d4cfb2a26bfdbf2db19a65f (diff) | |
download | tdv-ee378952069a856e09ae4612e9042edd448e343b.tar.gz tdv-ee378952069a856e09ae4612e9042edd448e343b.tar.xz tdv-ee378952069a856e09ae4612e9042edd448e343b.zip |
Update documentation
Diffstat (limited to 'src/sdtui.c')
-rw-r--r-- | src/sdtui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdtui.c b/src/sdtui.c index 6c4acbb..4487df3 100644 --- a/src/sdtui.c +++ b/src/sdtui.c @@ -1986,7 +1986,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS GError *error = NULL; GOptionContext *ctx = g_option_context_new - (N_("[dictionary.ifo]... - StarDict terminal UI")); + (N_("[dictionary.ifo...] - StarDict terminal UI")); GOptionGroup *group = g_option_group_new ("", "", "", NULL, NULL); g_option_group_add_entries (group, entries); g_option_group_set_translation_domain (group, GETTEXT_PACKAGE); |