diff options
Diffstat (limited to 'src/ui/new_platform.c')
-rw-r--r-- | src/ui/new_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/new_platform.c b/src/ui/new_platform.c index 43fadb7..dad4ad1 100644 --- a/src/ui/new_platform.c +++ b/src/ui/new_platform.c | |||
@@ -108,7 +108,7 @@ ui_new_platform_dialog_init(MESSENGER_Application *app, | |||
108 | 108 | ||
109 | gtk_window_set_title( | 109 | gtk_window_set_title( |
110 | GTK_WINDOW(handle->dialog), | 110 | GTK_WINDOW(handle->dialog), |
111 | "New Platform" | 111 | _("New Platform") |
112 | ); | 112 | ); |
113 | 113 | ||
114 | gtk_window_set_transient_for( | 114 | gtk_window_set_transient_for( |