aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/time_shift_dialog.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-31 10:34:43 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-31 18:55:06 +0000
commitd8d3c52f1e5836eddb32e46175aa399564c8ab36 (patch)
treece1056b22233b666947a78ad6d62a72f03291d38 /ui/qt/time_shift_dialog.ui
parentc7680878db13d89e3f3272b0f16a089cec6a31d3 (diff)
Use an ellipsis character instead of three dots.
The OS X Human Interface Guidelines at https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/TerminologyWording.html#//apple_ref/doc/uid/20000957-CH15-SW3 says: "Be sure to create the ellipsis character using the key combination Option-; (Option-semicolon). This ensures that an assistive app can provide the correct interpretation of the character to a disabled user. If you use three period characters to simulate an ellipsis, many assistive apps will be unable to make sense of them. Also, three period characters and an ellipsis don't look the same because the periods are spaced differently than the points of an ellipsis." The Windows desktop applications guidelines has a section on ellipses: https://msdn.microsoft.com/en-us/library/windows/desktop/dn742478.aspx but doesn't specify the a single glyph vs three dots. The GNOME HIG at https://developer.gnome.org/hig/stable/typography.html.en says "Take Advantage of Unicode" then specifically says to use U+2026 HORIZONTAL ELLIPSIS. Remove the ellipsis from "Find Next" and "Find Previous". Neither requires user interaction. Change-Id: I0e6c28bb8b3a84b242731e2ca96f1a6f6f42c303 Reviewed-on: https://code.wireshark.org/review/9833 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/time_shift_dialog.ui')
-rw-r--r--ui/qt/time_shift_dialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/time_shift_dialog.ui b/ui/qt/time_shift_dialog.ui
index 6e8ba82231..1ada0ba9cc 100644
--- a/ui/qt/time_shift_dialog.ui
+++ b/ui/qt/time_shift_dialog.ui
@@ -93,7 +93,7 @@
<bool>true</bool>
</property>
<property name="text">
- <string>...then set packet</string>
+ <string>…then set packet</string>
</property>
</widget>
</item>