summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_viewer/tv_action.c')
-rw-r--r--apps/plugins/text_viewer/tv_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_viewer/tv_action.c b/apps/plugins/text_viewer/tv_action.c
index 041dee5a50..6d12889123 100644
--- a/apps/plugins/text_viewer/tv_action.c
+++ b/apps/plugins/text_viewer/tv_action.c
@@ -58,7 +58,7 @@ void tv_exit(void)
58 { 58 {
59 DEBUGF("Saving settings\n"); 59 DEBUGF("Saving settings\n");
60 if (!tv_save_settings()) 60 if (!tv_save_settings())
61 rb->splash(HZ, "Can't save preferences and bookmarks"); 61 rb->splash(HZ, "Can't save preferences and bookmarks"); // XXX i18n
62 } 62 }
63 else 63 else
64 DEBUGF("Skip saving settings\n"); 64 DEBUGF("Skip saving settings\n");