Skip to content

Commit

Permalink
UI: remove \t after Export perspective btn label
Browse files Browse the repository at this point in the history
Thanks to @XTR81
  • Loading branch information
fengalin committed May 29, 2018
1 parent a6ee2f8 commit d56014e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion assets/ui/media-toc.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ Tags support.</property>
<object class="GtkLabel" id="perspective-export-lbl">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" comments="Name of the perspective">Export </property>
<property name="label" translatable="yes" comments="Name of the perspective">Export</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down
34 changes: 15 additions & 19 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: media-toc master\n"
"Report-Msgid-Bugs-To: François Laignel <fengalin@free.fr>\n"
"POT-Creation-Date: 2018-05-23 10:17+0200\n"
"POT-Creation-Date: 2018-05-29 23:14+0200\n"
"PO-Revision-Date: 2018-05-23 10:18+0200\n"
"Last-Translator: François Laignel <fengalin@free.fr>\n"
"Language-Team: français <>\n"
Expand Down Expand Up @@ -148,7 +148,8 @@ msgstr ""
"Résolution temporelle : 1 ns."

#. Button label
#: assets/ui/media-toc.ui:1127
#. Name of the perspective
#: assets/ui/media-toc.ui:1127 assets/ui/media-toc.ui:1918
msgid "Export"
msgstr "Exporter"

Expand Down Expand Up @@ -231,11 +232,6 @@ msgstr "Affichage"
msgid "Streams"
msgstr "Flux"

#. Name of the perspective
#: assets/ui/media-toc.ui:1918
msgid "Export\t"
msgstr "Exporter"

#: src/application/command_line.rs:13 src/ui/main_controller.rs:266
msgid ""
"Build a table of contents from a media file\n"
Expand Down Expand Up @@ -423,7 +419,7 @@ msgstr "Échec à l'écriture du fichier Cue Sheet."
msgid "The table of contents is empty"
msgstr "La table des matières est vide"

#: src/metadata/media_info.rs:8
#: src/metadata/media_info.rs:9
msgid "untitled"
msgstr "sans titre"

Expand Down Expand Up @@ -564,46 +560,46 @@ msgstr "Média découpé avec succès"
msgid "Failed to split media. {}"
msgstr "Échec lors du découpage du média. {}"

#: src/ui/streams_controller.rs:330
#: src/ui/streams_controller.rs:328
msgid "unknown"
msgstr "inconnu"

#: src/ui/streams_controller.rs:373
#: src/ui/streams_controller.rs:372
msgid "Export?"
msgstr "Exporter ?"

#: src/ui/streams_controller.rs:374
#: src/ui/streams_controller.rs:373
msgid "Stream id"
msgstr "Id. du flux"

#: src/ui/streams_controller.rs:375
#: src/ui/streams_controller.rs:374
msgid "Language"
msgstr "Langue"

#: src/ui/streams_controller.rs:376
#: src/ui/streams_controller.rs:375
msgid "Codec"
msgstr "Codec"

#: src/ui/streams_controller.rs:377
#: src/ui/streams_controller.rs:376
msgid "Comment"
msgstr "Commentaire"

#: src/ui/streams_controller.rs:409
#: src/ui/streams_controller.rs:408
msgid "Width"
msgstr "Largeur"

#: src/ui/streams_controller.rs:416
#: src/ui/streams_controller.rs:415
msgid "Height"
msgstr "Hauteur"

#: src/ui/streams_controller.rs:460
#: src/ui/streams_controller.rs:459
msgid "Rate"
msgstr "Débit"

#: src/ui/streams_controller.rs:467
#: src/ui/streams_controller.rs:466
msgid "Channels"
msgstr "Canaux"

#: src/ui/streams_controller.rs:505
#: src/ui/streams_controller.rs:504
msgid "Format"
msgstr "Format"

0 comments on commit d56014e

Please sign in to comment.