Skip to content
Snippets Groups Projects
Commit 9e94cf54 authored by guinux's avatar guinux
Browse files

replace Commit with Apply

parent 8248ec38
No related branches found
No related tags found
No related merge requests found
......@@ -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 ""
......
# 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"
......
......@@ -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>
......
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment