From c97954f0144e9f91775ff96896d9533624a91c00 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 11 Jun 2024 09:53:40 -0400 Subject: FS#13434: Partially internationalize the textviewer plugin * Converted over all previously-translated strings * Lots of comments added to mark the next phase * Voice filename of the file being loaded if possible Change-Id: Ia3219bbfa4505ad29a25bcf1d6eacc94c59a2a83 --- apps/plugins/text_viewer/tv_action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/text_viewer/tv_action.c') 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) { DEBUGF("Saving settings\n"); if (!tv_save_settings()) - rb->splash(HZ, "Can't save preferences and bookmarks"); + rb->splash(HZ, "Can't save preferences and bookmarks"); // XXX i18n } else DEBUGF("Skip saving settings\n"); -- cgit v1.2.3