summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2fc9736..48af62d 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -2299,7 +2299,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"));