diff commited package against linked revision b9650c2873f2fdeeafcf65e7dadbc0e2 Index: alacarte-trans.patch =================================================================== --- alacarte-trans.patch (revision b9650c2873f2fdeeafcf65e7dadbc0e2) +++ alacarte-trans.patch (revision eeb3cd9c1a1d8b75ad430e37b577798c) @@ -1,6 +1,6 @@ -diff -Nura alacarte-3.10.0_orig/Alacarte/ItemEditor.py alacarte-3.10.0_new/Alacarte/ItemEditor.py ---- alacarte-3.10.0_orig/Alacarte/ItemEditor.py 2013-08-30 06:32:55.000000000 +0800 -+++ alacarte-3.10.0_new/Alacarte/ItemEditor.py 2015-10-13 18:30:44.922026017 +0800 +diff -Nura alacarte-3.10.0/Alacarte/ItemEditor.py alacarte-3.10.0.new/Alacarte/ItemEditor.py +--- alacarte-3.10.0/Alacarte/ItemEditor.py 2013-08-30 06:32:55.000000000 +0800 ++++ alacarte-3.10.0.new/Alacarte/ItemEditor.py 2015-11-30 21:19:06.812695811 +0800 @@ -22,6 +22,8 @@ gi.require_version('Gtk', '3.0') from gi.repository import GLib, GObject, Gtk @@ -18,84 +18,15 @@ self.builder.add_from_file(os.path.join(config.pkgdatadir, self.ui_file)) self.dialog = self.builder.get_object('editor') -diff -Nura alacarte-3.10.0_orig/data/alacarte.ui alacarte-3.10.0_new/data/alacarte.ui ---- alacarte-3.10.0_orig/data/alacarte.ui 2013-09-03 21:23:58.000000000 +0800 -+++ alacarte-3.10.0_new/data/alacarte.ui 2015-10-13 18:26:52.068861722 +0800 -@@ -52,7 +52,7 @@ - 6 - - -- gtk-help -+ gtk-help - True - True - True -@@ -68,7 +68,7 @@ - - - -- gtk-close -+ gtk-close - True - True - True +diff -Nura alacarte-3.10.0/data/alacarte.ui alacarte-3.10.0.new/data/alacarte.ui +--- alacarte-3.10.0/data/alacarte.ui 2013-09-03 21:23:58.000000000 +0800 ++++ alacarte-3.10.0.new/data/alacarte.ui 2015-11-30 21:20:08.224695811 +0800 @@ -86,7 +86,7 @@ - Restore System Configuration -+ Restore the default menu layout ++ Restore System Configuration True True True -@@ -229,7 +229,7 @@ - - - -- gtk-properties -+ gtk-properties - True - True - True -diff -Nura alacarte-3.10.0_orig/data/directory-editor.ui alacarte-3.10.0_new/data/directory-editor.ui ---- alacarte-3.10.0_orig/data/directory-editor.ui 2013-02-16 08:18:31.000000000 +0800 -+++ alacarte-3.10.0_new/data/directory-editor.ui 2015-10-13 18:26:52.068861722 +0800 -@@ -18,7 +18,7 @@ - end - - -- gtk-cancel -+ gtk-cancel - True - True - True -@@ -32,7 +32,7 @@ - - - -- gtk-ok -+ gtk-ok - True - True - True -diff -Nura alacarte-3.10.0_orig/data/launcher-editor.ui alacarte-3.10.0_new/data/launcher-editor.ui ---- alacarte-3.10.0_orig/data/launcher-editor.ui 2013-02-16 08:18:31.000000000 +0800 -+++ alacarte-3.10.0_new/data/launcher-editor.ui 2015-10-13 18:26:52.068861722 +0800 -@@ -18,7 +18,7 @@ - end - - -- gtk-cancel -+ gtk-cancel - True - True - True -@@ -32,7 +32,7 @@ - - - -- gtk-ok -+ gtk-ok - True - True - True Index: alacarte.changes =================================================================== --- alacarte.changes (revision b9650c2873f2fdeeafcf65e7dadbc0e2) +++ alacarte.changes (revision eeb3cd9c1a1d8b75ad430e37b577798c) @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Nov 27 13:15:21 UTC 2015 - qzhao@suse.org + +- Update alacarte.ui, use orginal text, translate all PO tranlation files. + Modified under Stanislav Brabec's review result. + (bnc#947793) + +------------------------------------------------------------------- Tue Oct 13 17:30:21 UTC 2015 - qzhao@suse.org - Add gettext function to ItemEditor.py to make alacarte translatable.