removing extra spaces
This commit is contained in:
parent
584d672f06
commit
3676895ea7
|
@ -83,7 +83,7 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window)
|
||||||
|
|
||||||
pluma_debug (DEBUG_COMMANDS);
|
pluma_debug (DEBUG_COMMANDS);
|
||||||
|
|
||||||
gtk_show_about_dialog (GTK_WINDOW (window),
|
gtk_show_about_dialog(GTK_WINDOW(window),
|
||||||
"program-name", "Pluma",
|
"program-name", "Pluma",
|
||||||
"authors", authors,
|
"authors", authors,
|
||||||
"comments", _(comments),
|
"comments", _(comments),
|
||||||
|
|
Loading…
Reference in New Issue