This repository was archived by the owner on Jan 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -201,11 +201,11 @@ msgstr ""
201201#: src/Dialogs/Preferences.vala:63 src/Dialogs/WatchlistEditor.vala:162
202202=======
203203#: src/Dialogs/Preferences.vala:59
204- msgid "Clean notifications:"
204+ msgid "Clear notifications:"
205205msgstr ""
206206
207207#: src/Dialogs/Preferences.vala:60
208- msgid "Clean "
208+ msgid "Clear "
209209msgstr ""
210210
211211#: src/Dialogs/Preferences.vala:78 src/Dialogs/WatchlistEditor.vala:162
Original file line number Diff line number Diff line change @@ -56,9 +56,17 @@ public class Olifant.Dialogs.Preferences : Dialog {
5656 grid. attach (switch_notifications, 1 , i++ );
5757 grid. attach (new SettingsLabel (_(" Always receive notifications:" )), 0 , i);
5858 grid. attach (switch_watcher, 1 , i++ );
59+ <<<<<<< HEAD
5960
6061 grid. attach (new SettingsLabel (_(" Clear notifications:" )), 0 , i);
6162 var cleanNotifications= new Button .with_label (_(" Clear" ));
63+ |||||| | merged common ancestors
64+ grid. attach (new SettingsLabel (_(" Clean notifications:" )), 0 , i);
65+ var cleanNotifications= new Button .with_label (_(" Clean" ));
66+ ====== =
67+ grid. attach (new SettingsLabel (_(" Clear notifications:" )), 0 , i);
68+ var cleanNotifications= new Button .with_label (_(" Clear" ));
69+ >>>>>>> Changed name of action
6270 cleanNotifications. clicked. connect (() = > {
6371 var url = " %s /api/v1/notifications/clear" . printf (accounts. formal. instance);
6472 var msg = new Soup .Message (" POST" , url);
You can’t perform that action at this time.
0 commit comments