You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QgsDecorationGridDialog: fixed the "Horizontal and Vertical" option
It was set with a lowercase v and then checked with an uppercase one:
qgsdecorationgriddialog.cpp:57: tr( "Horizontal and vertical" ) );
qgsdecorationgriddialog.cpp:145: else if ( text == tr( "Horizontal and Vertical" ) )
The lowercase variant is newer when you check the translation files - nobody
has it translated without also having the uppercase one too.
0 commit comments