summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fr-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c
index fc94f2e..cd59321 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -2304,7 +2304,7 @@ static void change_button_label (FrWindow *window,
const gchar *state;
state = gtk_button_get_label (GTK_BUTTON (button));
- if (g_strrstr ("_Pause", state) != NULL)
+ if (g_strrstr (_("_Pause"), state) != NULL)
{
gtk_widget_set_visible (window->priv->pd_progress_bar, FALSE);
fr_command_message (window->archive->command, _("Process paused"));