URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d84577fe1aeb8e3b06d922258ccb482e5a2201cc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d84577f by Gerald Combs (gerald@xxxxxxxx):
Yell at the user less.
Our user-facing messages should have a helpful (or at the very least
neutral) tone. In English, exclamation points are neither. Replace a
bunch of them with periods.
Change-Id: I29c3b2f84c25e06aae5b559860224559053a0378
Reviewed-on: https://code.wireshark.org/review/20189
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6e8066c stats_tree: fix no previous prototype for ‘stats_tree_cfg_free’ [-Wmissing-prototypes]
adds d84577f Yell at the user less.
Summary of changes:
capchild/capture_ifinfo.c | 8 ++++----
caputils/airpcap_loader.c | 2 +-
editcap.c | 2 +-
epan/uat.c | 2 +-
extcap_spawn.c | 4 ++--
reordercap.c | 2 +-
sharkd_session.c | 4 ++--
tfshark.c | 6 +++---
tshark.c | 2 +-
ui/gtk/airpcap_dlg.c | 34 +++++++++++++++++-----------------
ui/gtk/main.c | 6 +++---
ui/gtk/main_airpcap_toolbar.c | 4 ++--
ui/gtk/main_welcome.c | 4 ++--
ui/gtk/proto_hier_stats_dlg.c | 4 ++--
ui/gtk/uat_gui.c | 2 +-
ui/qt/capture_interfaces_dialog.cpp | 12 ++++++------
ui/qt/interface_tree_model.cpp | 2 +-
17 files changed, 50 insertions(+), 50 deletions(-)