X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=2603d0f4fb63c4dbf259f8dc4896a7749947175e;hb=b0edc00b3466899dab038e27452125315c859b37;hp=7dca919c019ed11610943029231eedb13c8323cd;hpb=0e9db36b34555b194714aa3f2af19e51907e8426;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 7dca919c..2603d0f4 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -830,7 +830,7 @@ geometry_get_row_button_label (const GSheetRow *geom, gint unit, gpointer data) TRAILING_ROWS + psppire_case_file_get_case_count (ds->case_file)) return 0; - s = g_strdup_printf (_("%d"), unit); + s = g_strdup_printf (_("%d"), unit + FIRST_CASE_NUMBER); text = pspp_locale_to_utf8 (s, -1, 0);