summaryrefslogtreecommitdiff
path: root/apps/plugins/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/properties.c')
-rw-r--r--apps/plugins/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index 28f539f49f..0fa83c0b56 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -334,7 +334,7 @@ static int speak_property_selection(int selected_item, void *data)
334 rb->talk_time(&tm, true); 334 rb->talk_time(&tm, true);
335 break; 335 break;
336 case LANG_PROPERTIES_DURATION: 336 case LANG_PROPERTIES_DURATION:
337 rb->talk_value(nseconds, UNIT_TIME, true); 337 rb->talk_value_decimal(nseconds, UNIT_TIME, 0, true);
338 break; 338 break;
339 case LANG_PROPERTIES_SUBDIRS: 339 case LANG_PROPERTIES_SUBDIRS:
340 rb->talk_number(dps->dc, true); 340 rb->talk_number(dps->dc, true);