capitalize Pluma in titles of main window and prefs window

This commit is contained in:
monsta
2015-09-29 09:58:51 +03:00
parent 8c43c2cfdc
commit 4299e647a7
2 changed files with 6 additions and 6 deletions

View File

@@ -1087,7 +1087,7 @@ pluma_preferences_dialog_init (PlumaPreferencesDialog *dlg)
GTK_RESPONSE_HELP,
NULL);
gtk_window_set_title (GTK_WINDOW (dlg), _("pluma Preferences"));
gtk_window_set_title (GTK_WINDOW (dlg), _("Pluma Preferences"));
gtk_window_set_resizable (GTK_WINDOW (dlg), FALSE);
gtk_window_set_destroy_with_parent (GTK_WINDOW (dlg), TRUE);