Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 4af0db6

Browse files
jcamposzcleac
authored andcommitted
Changed name of action
1 parent 702d483 commit 4af0db6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

po/com.github.cleac.olifant.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:"
205205
msgstr ""
206206

207207
#: src/Dialogs/Preferences.vala:60
208-
msgid "Clean"
208+
msgid "Clear"
209209
msgstr ""
210210

211211
#: src/Dialogs/Preferences.vala:78 src/Dialogs/WatchlistEditor.vala:162

src/Dialogs/Preferences.vala

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)