summaryrefslogtreecommitdiff
path: root/apps/menus/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus/main_menu.c')
-rw-r--r--apps/menus/main_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 59a72e1ad7..76ceaa483e 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -172,7 +172,7 @@ static const char* info_getname(int selected_item, void *data,
172 { 172 {
173 case INFO_VERSION: 173 case INFO_VERSION:
174 snprintf(buffer, buffer_len, "%s: %s", 174 snprintf(buffer, buffer_len, "%s: %s",
175 str(LANG_VERSION), appsversion); 175 str(LANG_VERSION), rbversion);
176 break; 176 break;
177 177
178 case INFO_BUFFER: /* buffer */ 178 case INFO_BUFFER: /* buffer */
@@ -259,7 +259,7 @@ static int info_speak_item(int selected_item, void * data)
259 { 259 {
260 case INFO_VERSION: /* version */ 260 case INFO_VERSION: /* version */
261 talk_id(LANG_VERSION, false); 261 talk_id(LANG_VERSION, false);
262 talk_spell(appsversion, true); 262 talk_spell(rbversion, true);
263 break; 263 break;
264 264
265 case INFO_BUFFER: /* buffer */ 265 case INFO_BUFFER: /* buffer */