diff --git a/interfaces/Glitter/templates/include_queue.tmpl b/interfaces/Glitter/templates/include_queue.tmpl
index 0c2a4d4..b9f9b9b 100644
--- a/interfaces/Glitter/templates/include_queue.tmpl
+++ b/interfaces/Glitter/templates/include_queue.tmpl
@@ -39,6 +39,11 @@
B $T('Glitter-free')
+
diff --git a/sabnzbd/skintext.py b/sabnzbd/skintext.py
index 64881aa..1a04ff9 100644
--- a/sabnzbd/skintext.py
+++ b/sabnzbd/skintext.py
@@ -856,6 +856,7 @@ SKIN_TEXT = {
'Glitter-pausePrompt': TT('How long or untill when do you want to pause? (in English!)'),
'Glitter-pausePromptFail': TT('Sorry, we could not interpret that. Try again.'),
'Glitter-pauseFor' : TT('Pause for...'),
+ 'Glitter-refresh' : TT('Refresh'),
'Glitter-sortAgeAsc' : TT('Sort by Age Oldest→Newest'),
'Glitter-sortAgeDesc' : TT('Sort by Age Newest→Oldest'),
'Glitter-sortNameAsc' : TT('Sort by Name A→Z'),