summaryrefslogtreecommitdiff
path: root/apps/plugins/text_viewer/tv_action.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-11 09:53:40 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-11 09:53:40 -0400
commitc97954f0144e9f91775ff96896d9533624a91c00 (patch)
tree1d309b6ebd9ce0e259dc217917a58b714dc9f2ec /apps/plugins/text_viewer/tv_action.c
parent8c6b579b32072dfdf07c5859917262654bb55e98 (diff)
downloadrockbox-c97954f0144e9f91775ff96896d9533624a91c00.tar.gz
rockbox-c97954f0144e9f91775ff96896d9533624a91c00.zip
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
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");