diff --git a/po/pamac.pot b/po/pamac.pot index 4e8a3c583c6c4e381f5c99f668421060bb4419b3..a20b1a78e9eded22d061f83ccaa2d69454df0566 100644 --- a/po/pamac.pot +++ b/po/pamac.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Pamac\n" "Report-Msgid-Bugs-To: guillaume@manjaro.org\n" -"POT-Creation-Date: 2019-04-10 19:02+0200\n" +"POT-Creation-Date: 2019-04-30 11:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -750,7 +750,7 @@ msgid "Total removed size" msgstr "" #: src/transaction-cli.vala -msgid "Commit transaction" +msgid "Apply transaction" msgstr "" #: src/transaction-cli.vala @@ -1021,8 +1021,8 @@ msgstr "" msgid "Transaction Summary" msgstr "" -#: resources/transaction_sum_dialog.ui -msgid "Commit" +#: resources/transaction_sum_dialog.ui resources/manager_window.ui +msgid "_Apply" msgstr "" #: resources/manager_window.ui @@ -1065,10 +1065,6 @@ msgstr "" msgid "Reset build files" msgstr "" -#: resources/manager_window.ui -msgid "_Apply" -msgstr "" - #: resources/preferences_dialog.ui msgid "Remove unrequired dependencies" msgstr "" diff --git a/po/pot_head b/po/pot_head index 0275768368161d11c700afb0c8cd85aeb9f23207..63442805c8e15fca31a87e715bad855f37420d30 100644 --- a/po/pot_head +++ b/po/pot_head @@ -1,13 +1,13 @@ # Translation of Pamac. -# Copyright (C) 2013-2018 Manjaro Developers <manjaro-dev@manjaro.org> +# Copyright (C) 2013-2019 Manjaro Developers <manjaro-dev@manjaro.org> # This file is distributed under the same license as the Pamac package. -# Guillaume Benoit <guillaume@manjaro.org>, 2013-2018. +# Guillaume Benoit <guillaume@manjaro.org>, 2013-2019. # msgid "" msgstr "" "Project-Id-Version: Pamac\n" "Report-Msgid-Bugs-To: guillaume@manjaro.org\n" -"POT-Creation-Date: 2018-05-26 17:59+0200\n" +"POT-Creation-Date: 2019-04-30 11:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/resources/transaction_sum_dialog.ui b/resources/transaction_sum_dialog.ui index 98384ae513d348d30c1cd0c7e676e4021c4866ca..0d55a6b59323a1b570860437e8a74dcbea68f67c 100644 --- a/resources/transaction_sum_dialog.ui +++ b/resources/transaction_sum_dialog.ui @@ -42,10 +42,11 @@ </child> <child> <object class="GtkButton" id="apply_button"> - <property name="label" translatable="yes">Commit</property> + <property name="label" translatable="yes">_Apply</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> diff --git a/src/transaction-cli.vala b/src/transaction-cli.vala index 9be688f979721a370ee2df5db94e8cee2cc6576c..e5b440d25db46f03784aae2fa946c03861c195e9 100644 --- a/src/transaction-cli.vala +++ b/src/transaction-cli.vala @@ -558,7 +558,7 @@ namespace Pamac { if (!summary_shown) { show_summary (summary); } - return ask_user ("%s ?".printf (dgettext (null, "Commit transaction"))); + return ask_user ("%s ?".printf (dgettext (null, "Apply transaction"))); } async void ask_view_diff (string pkgname) {