aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-09-28 16:11:56 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-09-28 16:11:56 +0200
commitee378952069a856e09ae4612e9042edd448e343b (patch)
treead92fa36acfafb1bd51a9b125dc77948a63c3aec /src
parent732c2903d32da21e3d4cfb2a26bfdbf2db19a65f (diff)
downloadtdv-ee378952069a856e09ae4612e9042edd448e343b.tar.gz
tdv-ee378952069a856e09ae4612e9042edd448e343b.tar.xz
tdv-ee378952069a856e09ae4612e9042edd448e343b.zip
Update documentation
Diffstat (limited to 'src')
-rw-r--r--src/sdtui.c2
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);