Wireshark-commits: [Wireshark-commits] master aaab918: QT translation: Remove shortcuts from *.ts f
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Apr 2016 05:06:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aaab918fd0e306f30a3f8ca98d4187e47c0ed282
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aaab918 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    QT translation: Remove shortcuts from *.ts files
    
    QT ships with a base set of translated terms (qt_xx.qm). Therefore
    we don't need to add these terms (like "Ctrl" or "Down") used in
    shortcuts to the wireshark_xx.ts files.
    
    The ts files are generated by running lupdate.
    To get the new ts files (without the shortcut terms) it is necessary
    to run lupdate with option "-no-obsolete".
    
    Change-Id: I6346a866ae9a1b58fa23ea089c43c90ec0dc0225
    Reviewed-on: https://code.wireshark.org/review/14848
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  0c27e92   androiddump 1.0.3: Return more specific error codes
    adds  aaab918   QT translation: Remove shortcuts from *.ts files


Summary of changes:
 ui/qt/lbm_lbtrm_transport_dialog.ui |    4 +-
 ui/qt/lbm_lbtru_transport_dialog.ui |    4 +-
 ui/qt/lbm_stream_dialog.ui          |    4 +-
 ui/qt/main_window.ui                |  142 +++++++++++++++++------------------
 ui/qt/tap_parameter_dialog.ui       |    4 +-
 ui/qt/voip_calls_dialog.ui          |    2 +-
 6 files changed, 80 insertions(+), 80 deletions(-)