[totem/wip/hadess/framerate-translation] properties: Fix "frames per second" not being translated
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/framerate-translation] properties: Fix "frames per second" not being translated
- Date: Mon, 6 May 2019 09:48:46 +0000 (UTC)
commit 3311f5000e9c589fb831945c41601dc29e231ae8
Author: Bastien Nocera <hadess hadess net>
Date: Mon May 6 11:46:39 2019 +0200
properties: Fix "frames per second" not being translated
Closes: #324
Fixes: 39a5ada3
src/plugins/properties/bacon-video-widget-properties.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/properties/bacon-video-widget-properties.c
b/src/plugins/properties/bacon-video-widget-properties.c
index 6c5e10292..0db886349 100644
--- a/src/plugins/properties/bacon-video-widget-properties.c
+++ b/src/plugins/properties/bacon-video-widget-properties.c
@@ -232,7 +232,7 @@ bacon_video_widget_properties_set_framerate (BaconVideoWidgetProperties *props,
g_return_if_fail (BACON_IS_VIDEO_WIDGET_PROPERTIES (props));
if (framerate > 1.0) {
- temp = g_strdup_printf ("%0.2f frames per second", framerate);
+ temp = g_strdup_printf (_("%0.2f frames per second"), framerate);
} else {
temp = g_strdup (C_("Frame rate", "N/A"));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]