Qt UI: there's no need to capitalize kilobytes, megabytes, and megabytes in

the ring buffer and autostop configuration sections.

Change-Id: I2a260e4f9e52444ee9d6c072bce34067dd74cc19
Reviewed-on: https://code.wireshark.org/review/12712
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Jeff Morriss 2015-12-17 22:10:17 -05:00 committed by Michael Mann
parent 6dfcbedde9
commit 8d8f37e28c
1 changed files with 6 additions and 6 deletions

View File

@ -331,17 +331,17 @@ PLEASE NOTE: One option MUST be selected.</string>
</property>
<item>
<property name="text">
<string>Kilobytes</string>
<string>kilobytes</string>
</property>
</item>
<item>
<property name="text">
<string>Megabytes</string>
<string>megabytes</string>
</property>
</item>
<item>
<property name="text">
<string>Gigabytes</string>
<string>gigabytes</string>
</property>
</item>
</widget>
@ -731,17 +731,17 @@ PLEASE NOTE: One option MUST be selected.</string>
</property>
<item>
<property name="text">
<string>Kilobytes</string>
<string>kilobytes</string>
</property>
</item>
<item>
<property name="text">
<string>Megabytes</string>
<string>megabytes</string>
</property>
</item>
<item>
<property name="text">
<string>Gigabytes</string>
<string>gigabytes</string>
</property>
</item>
</widget>