diff options
author | Philip Withnall <withnall@endlessm.com> | 2019-04-11 12:37:18 +0100 |
---|---|---|
committer | Philip Withnall <withnall@endlessm.com> | 2019-04-11 12:38:06 +0100 |
commit | c71adb9761df4dfc0ca820a68948996fef36aa16 (patch) | |
tree | 86a9c2336a4fce86cbf1d25d389463049e4092a1 /extensions | |
parent | 51b543cd5106a8b929b336bc6779eddd4d2ac780 (diff) | |
download | nautilus-c71adb9761df4dfc0ca820a68948996fef36aa16.tar.gz |
audio-video-properties: Use ‘frame rate’ and ’bit rate’ not run-ons
‘framerate’ and ‘bitrate’ aren’t dictionary words; add a space to make
them ‘frame rate’ and ‘bit rate’ instead.
This makes them match the ‘sample rate’ string also in that file.
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/audio-video-properties/resources/ui/properties.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/audio-video-properties/resources/ui/properties.ui b/extensions/audio-video-properties/resources/ui/properties.ui index eed91f9f8..e7bbf8885 100644 --- a/extensions/audio-video-properties/resources/ui/properties.ui +++ b/extensions/audio-video-properties/resources/ui/properties.ui @@ -382,7 +382,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_start">12</property> - <property name="label" translatable="yes">Framerate:</property> + <property name="label" translatable="yes">Frame rate:</property> <property name="use_markup">True</property> <property name="xalign">0</property> <attributes> @@ -402,7 +402,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_start">12</property> - <property name="label" translatable="yes">Bitrate:</property> + <property name="label" translatable="yes">Bit rate:</property> <property name="use_markup">True</property> <property name="xalign">0</property> <attributes> @@ -569,7 +569,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_start">12</property> - <property name="label" translatable="yes">Bitrate:</property> + <property name="label" translatable="yes">Bit rate:</property> <property name="use_markup">True</property> <property name="xalign">0</property> <attributes> |